What is the best method for date of birth selector?
- 3 text inputs (month / day / year) or one mask input. User MUST use keyboard
- 3 select boxes. User can use keyboard or mouse.
- One nice datepicker.
I want to know what is the most usable and problem free solution, so user wont be confused at all.
For an advanced user text input is the best, if the user knows the date format, it is very fast. For a not so advanced user I suggest using a datepicker. Since usually you also have advanced and non-advanced users I suggest a combination of text input and datepicker.