Auto Suggest Box, show suggestions on mouse focus #3648
Replies: 1 comment
-
@ShehabFekry Regarding the first issue, displaying the list of options when focused, is not something I believe you can configure it to today, but it seems like a relatively easy thing to add as an opt-in feature though. It seems like you are very strict on only wanting this behavior if there isn't any content already. I could see use-cases for both what you describe, but also always opening on focus regardless of content. So perhaps a Regarding your second issue where the user types in something not present in the list, I am not really sure I understand what the issue seems to be. Could you elaborate? |
Beta Was this translation helpful? Give feedback.
-
I'm using a data grid that has an Auto Suggest Box column everything is working fine so far, i want to make the box show the list all the suggestions when the user focuses the box and it has an empty string to help him select
i tried this event but it doesn't do anything while it's empty,
i wanted to do the same when the user loses focus of combo box if he edited that value like for example the suggestion is "Active Storage" then the user selects its and edit it to "Active Storageeee" it stores this value while its not on the options, i handled this using LostFocus event but i was wondering if there's a property to handle this as well
is there any property or event to handle this issue ?
Beta Was this translation helpful? Give feedback.
All reactions