chip inputs - add item when losing focus
-
Is it possible to add an item to q-chips-input (ChipsInput) when the user type something but leave the component without pressing the enter button?
Isn’t it a common problem for it? In this way, the user presses the enter button and her/his word is entered but not.
-
I don’t think so. I think we can insist the user press enter, so the entry becomes a chip and only chips are “entered” data.
Scott
-
@s-molinari said in chip inputs - add item when losing focus:
I don’t think so. I think we can insist the user press enter, so the entry becomes a chip and only chips are “entered” data.
Scott
Yes, I think you’re right. With this component, we combine an input and a list. Thanks.