react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

onBlur, onFocus - event.persist() please.

Open beckend opened this issue 8 years ago • 1 comments

Trying to integrate this lib to - for example redux-form. Passing the onBlur, onFocus - originalEvent. Gives a warning in console that the passed events needs event.persist() and ultimately fails. Using event.persist() on both worked.

beckend avatar Jul 27 '16 20:07 beckend

Hello, firstly thanks for the great package! Im kinda experiencing the same problem - having items with a close button on them populated in a MultiSelect. The problem is that whenever i click on a close button, the event bubbles up to the input and the dropdown is being toggled on/off for each click. The same problem can be reproduced on the demo page - http://furqanzafar.github.io/react-selectize/#/?category=multi&example=multi-select

  • the Custom filtering and rendering example

Any updates or ideas how i can work around this ? I really like the package and doesn't want to switch to another one

MomchilGorchev avatar Feb 21 '17 14:02 MomchilGorchev