- should set the
selectOption
on the global state every timesuggestionClick
is called (before it is called), which can be either by mouse click or key press 34e81db - fixes #1402 - added
blur
event when a tag has focus (is editable) and then blured. apparently theonFocusBlur
does not catch this blur event for some reason. 3e90111 - fixes #1400 - tyrping text in the input element and pressing backspace key should not rmove everything that was typed f0747d1
- fixes #1401 - editing a tag and then selecting a suggestion (from the dropdown) results in an error 0e0e851
- fixes ##1403 - added missing
async
keywrod for a functioninitReac
which usesasync
internally f1bbd0c