-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IgxSimpleCombo: Combo gets cleared when entering a valid value and press tab #14085
Comments
There has been no recent activity and this issue has been marked inactive. |
@jackofdiamond5 hi, is this something that is being considered to be implemented? |
@Timmeeeey we will look at this issue next week. |
Users typically expect the value they entered to remain in the field when they press "Tab," especially if it’s valid. Allowing them to move on without any further interaction is a more user-friendly approach. It respects the user’s intent and streamlines the process as they often expect to move through forms quickly. I think for a better user experience, if a user enters a valid value and presses "Tab" to move to the next field the Combo should automatically accept and select that value without requiring an additional "Enter" or click action. |
Description
If you enter a valid value and press
tab
then the combo doesn't select the value.It would be better for user experience if the user could just enter a valid value and go on instead of having to select a value every time.
It's confusing when you enter a valid value and the combo gets cleared when tabbing or clicking outside.
Attachments
The text was updated successfully, but these errors were encountered: