Pierre de LESPINAY
Pierre de LESPINAY
I'm interested too. We should have a way to override the search engine, maybe by using the barely documented `search-change` event ? However for this particular case, one can still...
How would you match new terms with any string of your application ?
I imagine some users prefer having the current page reloaded with a pretty green success message. Also, if I do a search and edit something from the result, after submission...
Thank you @vishwa12345 for your interest. We should actually migrate to a non jquery solution. I'll try to find some time for that. Don't hesitate to make a PR in...
Well if you focus your inputs before scanning you don't need this plugin. The input will be filled as if you typed with the keyboard. The aim of this plugin...
You mean each time he scans, the code should go in the next input ?
You could set the plugin in one input and implement the `onScan` so it fills the next empty input
No you put the plugin only on one input responsible for all the others. The input on which the plugin is set is not important (you can even put it...
Characters are filtered here https://github.com/Glideh/jquery-code-scanner/blob/7a727c2d4c9369a60f1dd0af5d9bad975c7c4091/jquery-code-scanner.js#L12-L14 Feel free to PR additional chars or suggest a different way to filter those, maybe with a setting.