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
Describe the bug
Have spent about the last 3 hours banging my head against the wall on this -- really hoping that I'm missing something terribly obvious.
I cannot, for the life of me, get the search event to fire on any type of input that I attach choices.js to. I've tried in FF 77 and Chrome 83. I've tried with Polyfills (even though I shouldn't need them) and without Polyfills. I've tried doing it via JS I have that runs when the page loads, and I've tried setting Choices up directly via the browser console. I've tried with input types text, select-single and select-multiple. The most basic test I've been able to conceive is outlined below...
To Reproduce
Steps to reproduce the behavior:
Establish a basic web page with text, select-single or select-multiple control with id "person_first_name" on it.
Open the browser console.
Run following steps - built by following examples from Github readme.md...
Sometimes coming back a day later really does help. I was not using the correct input type. Proposing PR #873 with an amelioration to Readme.md to help others who may encounter similar issues
Describe the bug
Have spent about the last 3 hours banging my head against the wall on this -- really hoping that I'm missing something terribly obvious.
I cannot, for the life of me, get the search event to fire on any type of input that I attach choices.js to. I've tried in FF 77 and Chrome 83. I've tried with Polyfills (even though I shouldn't need them) and without Polyfills. I've tried doing it via JS I have that runs when the page loads, and I've tried setting Choices up directly via the browser console. I've tried with input types text, select-single and select-multiple. The most basic test I've been able to conceive is outlined below...
To Reproduce
Steps to reproduce the behavior:
>> link to a basic fiddle demonstrating my simple test: https://jsfiddle.net/w4o2ptx9/1/ <<
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
None, I believe the issue fully described above.
The text was updated successfully, but these errors were encountered: