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
Unfortunately, @creativebulma/bulma-tagsinput doesn't detect onChange, as such, I can't retrieve the values that are within the TagInput. What am I missing here?
This code is taken and modified from original codepen provided by creativebulma:
I guess it is because the input value was set by javascript by the bulma-tagsinpput and value set by javascript won't trigger onChange event.
My workaround is setting up the 'after.add' and 'after.remove' event and then trigger the handleChange(). The following is what i did for my input component.
I am using this as a standalone TagInput component, where whenever I want to use it, I will import it and use it like:
Unfortunately, @creativebulma/bulma-tagsinput doesn't detect onChange, as such, I can't retrieve the values that are within the TagInput. What am I missing here?
This code is taken and modified from original codepen provided by creativebulma:
The text was updated successfully, but these errors were encountered: