You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating an application that has the following screen: An input, which uses CUIAutoComplete and then a keyboard component, which shows to the user a keyboard and I can now control the value of the input from it and I wanted to keep the suggestions open when the user is clicking on that keyboard. Is there a way to do it, make it always expanded or a way to control the expanded state?
Thanks!
The text was updated successfully, but these errors were encountered:
Also, anyway that I could control the onChange of the custom input that I created? I can manage it but it loses all other event like the autocomplete and highloght the suggestions
Howdy!
I'm creating an application that has the following screen: An input, which uses
CUIAutoComplete
and then a keyboard component, which shows to the user a keyboard and I can now control the value of the input from it and I wanted to keep the suggestions open when the user is clicking on that keyboard. Is there a way to do it, make it always expanded or a way to control the expanded state?Thanks!
The text was updated successfully, but these errors were encountered: