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
[ ] bug report => Search github for a similar issue or PR before submitting
[ x ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
The items are added only when I press Enter key
Expected behavior
Would be great to have the text I'm writing appended as new chip on Tab key press.
For multiple mail inputs, this is the most popular way of handling it.
Minimal reproduction of the problem with instructions
Write text in p-chips component, press tab, and the cursor moves to the next component instead of adding a new chip
What is the motivation / use case for changing the behavior?
Users are used to input mail addresses this way
PrimeNG version: 4.1.0-rc.2
Browser: [Chrome]
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, thanks @cagataycivici for implementig the tab button functionality.
Testing it I've found that you cannot focus next field when chips input element is empty.
Here is the issue for that "bug"(¿?), guess so, because you get trapped in the component when addOnTab is enabled
I'm submitting a ...
Current behavior
The items are added only when I press Enter key
Expected behavior
Would be great to have the text I'm writing appended as new chip on Tab key press.
For multiple mail inputs, this is the most popular way of handling it.
Minimal reproduction of the problem with instructions
Write text in p-chips component, press tab, and the cursor moves to the next component instead of adding a new chip
What is the motivation / use case for changing the behavior?
Users are used to input mail addresses this way
PrimeNG version: 4.1.0-rc.2
Browser: [Chrome]
Thanks in advance
The text was updated successfully, but these errors were encountered: