- What is the best way to make sure the user actually has selected one of the valid items not left the default item through validation?
use case issue:
using drop down menu
ex. 1
item1
item2
item3
issue:
1. some users leave the default item selected when it's not what they wanted
2. form doesn't have a way to make sure that the user actually selected an item
workaround kind of
ex. 2
Please select
item1
item2
item3
issue:
1. form allows "Please select" as a valid entry