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
I think I'm running into a race condition problem. If the user opts to click "Update" or "Create" before actually pressing one of the hotkeys to add the tag then the typed text (which one would expect to be a tag) is just lost. It does look like the javascript fires to render the tag when the button is clicked, but by that time it's too late.
Steps to recreate:
Type in a tag and do not press any hotkeys
Click update button
Tag is not saved
The text was updated successfully, but these errors were encountered:
I was able to recreate your issue, but this present itself only when using the "update and continue" button, the regular button does trigger the "add on blur" event, I assume that you kept this event active in the field options.
I don't think the tag should be considered saved until it has the same aspect as the other tags in your input field, but the blur event should be triggered in the same way on both buttons, we'll see if there is something we can do about this, thank you for pointing that out.
I think I'm running into a race condition problem. If the user opts to click "Update" or "Create" before actually pressing one of the hotkeys to add the tag then the typed text (which one would expect to be a tag) is just lost. It does look like the javascript fires to render the tag when the button is clicked, but by that time it's too late.
Steps to recreate:
The text was updated successfully, but these errors were encountered: