Enhancement of Vantage's order by feature
Dear,
It looks weird for users the order by feature for business/events with the select option "Default", that does mean anything for them. Could you change the standard behaviour "Default" per an option like "Order by"? So, more intuitive and expressing that an specific order of the listings can be chosen.
Now:
order by.png
Enhanced with no "Default" option and with an "Order By" title:
order by.png
Example in HTML:
<select>
<option selected disabled>Order By</option>
<option value="Highest Rating">Highest Rating</option>
<option value="Most Ratings">Most Ratings</option>
<option value="Recently Reviewed">Recently Reviewed</option>
<option value="Alphabetical">Alphabetical</option>
<option value="Newest">Newest</option>
<option value="Random">Random</option>
</select>
Regards,