stimulus-autocomplete
stimulus-autocomplete copied to clipboard
Stimulus autocomplete component
Hello, I have this error once I import stimulus-autocomplete : ``` Module parse failed: Unexpected token (7:17) You may need an appropriate loader to handle this file type, currently no...
It'd be nice if the query paramater name `q` was customizable via the stimulus paramater/value HTML attribute like ```html ``` This will make it really easy to integrate with Rails...
Hey, many thanks for this "simple" and effective stimulus controller. I've been replacing ReactSelect throughout my apps with it. However, there's still some UX that's bugging me. I'd like to...
Hello and thank you for your work, Can you tell me when the "error" event is supposed to fire ? For me, a 400 or 500 http response doesn't fire...
Hey! Nice lib, thanks for the great work! I am struggling to open prompt with results as soon, as user focused input field. I tried to add ``` autocomplete-min-length-value="0" ```...
Hey! That would be nice to have an event when select occurs, so one can dynamically update input value. That would allow to follow the same logic as Google and...
All the examples use [css from bootstrap v4](https://github.com/afcapel/stimulus-autocomplete/blob/682f71feb7b35460289896fc12012f678c650df6/examples/index.html#L9) to style the results box. While there's little to it, it'd be nicer if we provided a minimal css so the autocomplete...
Hi, Would you consider a multi-selection PR where a user selects multiple values from the dropdown;
Hi! First of all, thank you for your work on this! If we allow using HTML data attributes with data in JSON format instead of fetching from the server, this...
When the input used for searching is part of a form with other fields, its very easy to use the `Enter` to select an option, but then also to press...