Added support for multiple events at the same time.#25
Added support for multiple events at the same time.#25PVince81 wants to merge 2 commits intoriklomas:masterfrom PVince81:master
Conversation
Before this fix, pasting text into a field with the mouse (right click + paste) didn't trigger the event. Some other plugins like clearableTextField (https://github.com/ono/clearable_text_field/) only trigger the "change" event which didn't refresh the search.
|
Using your patch and the latest clearable_text_field, I can paste into the selector to trigger the quicksearch. Cool! I was looking for a solution when I ran against your pull using the same components, but cannot get the clear text to reset the search. |
|
Hello Richard, Thanks for merging my changes. I didn't have to modify clearable_text_field for that. Clicking on the cross seems to trigger the quicksearch events automatically. One problem though is that if you paste text into the field while it's empty, the clearable_text_field's icon won't appear. Cheers, Vincent ----- Mail original ----- Using your patch and the latest clearable_text_field, I can paste into the selector to trigger the quicksearch. Cool! I was looking for a solution when I ran against your pull using the same components, but cannot get the clear text to reset the search. Reply to this email directly or view it on GitHub: |
Before this fix, pasting text into a field with the mouse (right click +
paste) didn't trigger the event.
Some other plugins like clearableTextField
(https://github.com/ono/clearable_text_field/) only trigger the "change"
event which didn't refresh the search.