svelte-select
Advanced tools
Comparing version 3.0.1 to 3.0.2
# svelte-select changelog | ||
## 3.0.2 | ||
* selectedValue that are strings now look-up and set correct value | ||
* README / demo updates | ||
## 3.0.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "svelte-select", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"repository": "https://rob-balfre@github.com/rob-balfre/svelte-select.git", | ||
@@ -5,0 +5,0 @@ "description": "A <Select> component for Svelte apps", |
@@ -1,5 +0,11 @@ | ||
# svelte-select ([Demo](https://svelte.dev/repl/f3bc0fd6b6f74ea499e5ecb26911bf28?version=3.6.8)) | ||
# svelte-select | ||
A select/autocomplete component for Svelte apps. With support for grouping, filtering, async and more. | ||
## Demos | ||
[🌱 Simple demo](https://svelte.dev/repl/a859c2ba7d1744af9c95037c48989193?version=3.12.1) | ||
[🌻 Advanced demo](https://svelte.dev/repl/f3bc0fd6b6f74ea499e5ecb26911bf28?version=3.12.1) | ||
## Installation | ||
@@ -25,5 +31,7 @@ | ||
]; | ||
let selectedValue = undefined; | ||
</script> | ||
<Select {items}></Select> | ||
<Select {items} bind:selectedValue></Select> | ||
``` | ||
@@ -30,0 +38,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268465
5691
164