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
We should allow navigation the same way mat-chips does.
There are two differences here :
When focusing an input from keyboard navigation, we need to ENTER to edit input. It would open the dropdown or activate edition on fields that don't have dropdown.
DELETE or BACKSPACE would remove the input only when edition mode is not active.
The text was updated successfully, but these errors were encountered:
PowerKiKi
changed the title
Navigate, edit, and remove existing inputs
Navigate, edit, and remove existing inputs via keyboard
Aug 3, 2018
We should allow navigation the same way mat-chips does.
There are two differences here :
When focusing an input from keyboard navigation, we need to
ENTER
to edit input. It would open the dropdown or activate edition on fields that don't have dropdown.DELETE
orBACKSPACE
would remove the input only when edition mode is not active.The text was updated successfully, but these errors were encountered: