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
Something similar to that yeah. But it doesn't handle a selection via the enter key on the field. Also would be nice if the field would handle it without needing to know the underlying implementation. In this case I'm using tui-data-list and it doesn't appear to expose itemClick.
If you are using tui-data-list then you have all the button elements exposed to you so you can just listen to (click) on them. As for enter on the field — we will keep that in mind when refactoring the controls.
Description
Possibly related to: #9304
It would be nice to have a select event when an option is chosen by the user via keyboard/mouse.
This would differ from the value change because the event would only be triggered by user interaction, not a programmatic value being set.
The text was updated successfully, but these errors were encountered: