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
When the tag suggestion list is open, I expect the Esc key to close it.
Also, when the suggestions are closed, I expect the Enter key to submit the changes.
What in fact happens is that Enter has no effect and Esc cancels the dialog. I assume this is in part due to the hybrid of a React control (tags input) and Angular modal. But once we move to only React in this area, we should revisit the UX.
The text was updated successfully, but these errors were encountered:
I think that making the Modal not hijack the Esc key is 80% of the solution. If you are going to do it by switching to Ant's Modal here, then no further work is required. I noticed in your demo that I can do:
Click Esc to close suggestions 👌
Hit Tab , Tab , Enter to submit.
It could be nice to make OK come before Cancel in the Tab order.
Esc
key to close it.Enter
key to submit the changes.What in fact happens is that
Enter
has no effect andEsc
cancels the dialog. I assume this is in part due to the hybrid of a React control (tags input) and Angular modal. But once we move to only React in this area, we should revisit the UX.The text was updated successfully, but these errors were encountered: