solid-select
solid-select copied to clipboard
The Select component for Solid.
is there any way to pre define the value in the Select box here is the thing that i want to do let suppose ```jsx const [value, setValue] = createSignal(['apple',...
Trying out the demo on https://solid-select.com/, I noticed that the first option always receives `data-focused=true` regardless of user choice. The `onChange` event does reflect that choice but the UI does...
Apologies for the somewhat large PR; I couldn't figure out how to make it smaller.
When I pass in a reference like below, similar to the SolidJS tutorial, the ref ends up being undefined let selectRef; return
I'd like to have a TAG in front of the name of the results to indicate what kind of content it is, since there's no grouping yet. Is this possible?
Is it possible to keep the input value when clicking outside the input instead of automatically clearing it? From what I understand, clicking outside the input closes the Select and...
I noticed some aspects of the styling are inherited from the demo site, including global resets and other custom selectors, that aren't included in `style.css` in the npm package. I...
Right now the component closes as soon as you pick an option. But for situations where multiple values are expected to be selected it would be nice to keep it...
Currently the core has some logic to control visibility of the `input`, but this only makes sense for the specific component implementation. A custom component setup might not want this...
I am getting this error when I have option value is array: `Uncaught Error: Incompatible value type for single select.`