svelte-select
Advanced tools
Comparing version 3.3.0 to 3.3.1
# svelte-select changelog | ||
## 3.3.1 | ||
* IE11 disable input fix | ||
## 3.3.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "svelte-select", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"repository": "https://rob-balfre@github.com/rob-balfre/svelte-select.git", | ||
@@ -5,0 +5,0 @@ "description": "A <Select> component for Svelte apps", |
@@ -74,3 +74,3 @@ # svelte-select | ||
| hideEmptyState | Boolean | false | Hide list when no options | ||
| menuPlacement | String | 'auto' | When 'auto' displays either 'top' or 'bottom' depending on viewport | ||
| listPlacement | String | 'auto' | When 'auto' displays either 'top' or 'bottom' depending on viewport | ||
| hasError | Boolean | false | Show error styles around select input (red border) | ||
@@ -77,0 +77,0 @@ | inputAttributes | Object | - | Pass in attributes like 'id' to the Select input, for example {id: 'Food Selection', foo: 'something'} |
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
275791
5905