solid-select icon indicating copy to clipboard operation
solid-select copied to clipboard

The Select component for Solid.

Results 29 solid-select issues
Sort by recently updated
recently updated
newest added

Hi, this library produces warning in esbuild when importing css just like in example: [WARNING] Ignoring this import because "node_modules/@thisbeyond/solid-select/dist/esm/style.css" was marked as having no side effects [ignored-bare-import] Is marking...

Fixes, for me, the TypeScript error: ``` Could not find a declaration file for module '@thisbeyond/solid-select'. '/node_modules/@thisbeyond/solid-select/dist/esm/index.js' implicitly has an 'any' type. There are types at '/node_modules/@thisbeyond/solid-select/dist/types/index.d.ts', but this result...

Is support considered: When opening a list of options, the scroll position starts from the selected option? When the list of options is too long, I have to do multiple...

enhancement

Hi, I need to display the "Create" text in different languages, what do you think about this simple solution?

Can we provide a custom render function for the remove button, since the close button is too small to click and I want to use an icon?

I have been developing a tauri app using solidjs. And I have noticed the following bug: when user starts typing in a field there probably will be an auto-correct suggestion...

Hi, I'm using vite 4.4.5 with TS+solid preset When I try to import solid-select I'm getting: ``` Could not find a declaration file for module '@thisbeyond/solid-select'. '/path/to/my/project/node_modules/@thisbeyond/solid-select/dist/esm/index.js' implicitly has an...

Wrong option gets selected, when the user select an option with the mouse. Please check issue #48 closes #48

In the usual scenarios, having a single key to sort the list of data is fine, however, it might be useful to have an array of keys that can be...