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
First of all, big thanks for working on this. This library so far has been very helpful for the Pathfinder 2e system for Foundry, and for lists of validated traits it has been much better than the way we've been doing it before.
So currently, for tagify controls in select mode, it seems that whenever you change the selected value when a value has already been selected, it changes the associated input twice, once to clear the data, and again to set the new data. It would be really nice if the input was changed only once to the final result, that way the input change event fires once for the new result. Right now a DB update and re-render is tied to that on change event in what I'm working on, swallowing the second update whole.
The text was updated successfully, but these errors were encountered:
First of all, big thanks for working on this. This library so far has been very helpful for the Pathfinder 2e system for Foundry, and for lists of validated traits it has been much better than the way we've been doing it before.
So currently, for tagify controls in select mode, it seems that whenever you change the selected value when a value has already been selected, it changes the associated input twice, once to clear the data, and again to set the new data. It would be really nice if the input was changed only once to the final result, that way the input change event fires once for the new result. Right now a DB update and re-render is tied to that on change event in what I'm working on, swallowing the second update whole.
The text was updated successfully, but these errors were encountered: