2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00

Merge branch 'master' into generate-api-docs

This commit is contained in:
Jeff
2020-02-29 08:35:38 -08:00
15 changed files with 1322 additions and 1230 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ Vue Select aims to follow the WAI-ARIA best practices for the
[combobox](https://www.w3.org/TR/wai-aria-practices-1.1/#combobox) and
[listbox](https://www.w3.org/TR/wai-aria-practices-1.1/#Listbox) widgets.
The UX of the component isdesigned around the HTML `<select>` element, while following the WAI-ARIA
The UX of the component is designed around the HTML `<select>` element, while following the WAI-ARIA
specifications and best practices for creating accessible components.
## Combobox
+1 -1
View File
@@ -127,7 +127,7 @@ To allow input that's not present within the options, set the `taggable` prop to
If you want added tags to be pushed to the options array, set `push-tags` to true.
```html
<v-select taggable multiple />
<v-select taggable multiple push-tags />
```
<v-select taggable multiple push-tags />