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
When entering custom tag data, there is a condition in which the autocompleted key or value will overwrite the user input after the type something else.
Similar to #2376.
Steps to Reproduce
Start typing in something that will autocomplete
Allow the highlighted autocomplete text to appear
Keep typing through that, but anything different than was going to autocomplete
Tab into the next field
What you typed will be gone and replaced by the autocompleted text.
Tested in Vivaldi and Firefox on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered:
(closes#5722, re: #5637, re: #5618)
dispatched with a value() string instead of a datum, which
causes issues for code expecting a datum always.
(such as localized.js brand picker or "Add Field" combo)
Fix for this coming in next commit.
(re: #5637, re: #5618)
This can happen if the user enters a value that is not matched to
one of the combo suggestions.
Also make sure to set `this` to the input field. It might not be
already if the event was triggered from a keypress instead of a click.
When entering custom tag data, there is a condition in which the autocompleted key or value will overwrite the user input after the type something else.
Similar to #2376.
Steps to Reproduce
What you typed will be gone and replaced by the autocompleted text.
Tested in Vivaldi and Firefox on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: