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 want to click at the pencil icon and execute handleIconClick only, but onSelectedItemChange runs also and e.nativeEvent.preventDownshiftDefault = true; doesn't help. How can I prevent running the onSelectedItemChange?
I want to click at the pencil icon and execute
handleIconClick
only, butonSelectedItemChange
runs also ande.nativeEvent.preventDownshiftDefault = true;
doesn't help. How can I prevent running theonSelectedItemChange
?Console:
item handleEditClick
autocomplete onSelectedItemChange
The text was updated successfully, but these errors were encountered: