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
Hi, I'm using this input in many of my components and I have noticed that after running axios request to save data, all of the inputs get expanded (shown in the gif). I have also noticed that this started happening after I added the "typeahead-activation-threshold="0" " prop, if I remove it, this issue doesn't happen. Perhaps someone has faced a similar issue or might have some insight on what might be causing this and how to fix it? Is there a way to manually trigger dropdown?
Found a hack-ish way to solve this. That's by controlling typeahead-activation-threshold with a variable and changing this variable on @Focus and @blur events. Here's my working example of the fix
Yep, also happening to me. If the threshold is 0, once the tags are loaded the typeahead dropdown pops up uncalled. As a solution I've set the threshold to 1, but it is not ideal.
Hi, I'm using this input in many of my components and I have noticed that after running axios request to save data, all of the inputs get expanded (shown in the gif). I have also noticed that this started happening after I added the "typeahead-activation-threshold="0" " prop, if I remove it, this issue doesn't happen. Perhaps someone has faced a similar issue or might have some insight on what might be causing this and how to fix it? Is there a way to manually trigger dropdown?
Here's my custom component using tags input
The text was updated successfully, but these errors were encountered: