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
Describe the problem
When using the react-template TypeaheadSelect component, there is no way for the application to know that the user clicked the clear button so although the field is cleared, the selection remains in the application code.
How do you reproduce the problem?
Use the TypeaheadSelect component and clear the current selection.
Expected behavior
The application is notified that there is no longer a selection.
Is this issue blocking you?
Yes
What is your product and what release date are you targeting?
RHOAI (not tied to a release, just trying to move away from deprecated components)
Any other information?
The text was updated successfully, but these errors were encountered:
Describe the problem
When using the react-template
TypeaheadSelect
component, there is no way for the application to know that the user clicked the clear button so although the field is cleared, the selection remains in the application code.How do you reproduce the problem?
Use the TypeaheadSelect component and clear the current selection.
Expected behavior
The application is notified that there is no longer a selection.
Is this issue blocking you?
Yes
What is your product and what release date are you targeting?
RHOAI (not tied to a release, just trying to move away from deprecated components)
Any other information?
The text was updated successfully, but these errors were encountered: