Skip to content

Commit c5ef46f

Browse files
author
Jeff
committed
finalize docs, ready to merge
1 parent 6671b8e commit c5ef46f

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

docs/gitbook/Basics/Values.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Selecting Values {#values}
1+
## Selecting Values {#single}
22

33
The most common use case for `vue-select` is to have the chosen value synced with a parent component. `vue-select` takes advantage of the `v-model` syntax to sync values with a parent.
44

@@ -25,3 +25,14 @@ By default, `vue-select` supports choosing a single value. If you need multiple
2525
```
2626

2727
[](codepen://sagalbot/opMGro?height=250)
28+
29+
### Tagging {#tagging}
30+
31+
To allow input that's not present within the options, set the `taggable` prop to true.
32+
If you want new tags to be pushed to the options list, set `push-tags` to true.
33+
34+
```html
35+
<v-select taggable></v-select>
36+
```
37+
38+
[](codepen://sagalbot/NpwrQO?height=250)

docs/gitbook/SUMMARY.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
- [Option Labels](Basics/Options.md#labels)
77
- [Null Options](Basics/Options.md#null)
88
- [Selecting Values](Basics/Values.md#values)
9-
- [Tagging](Basics/Values.md#tagging)
9+
- [Single](Basics/Values.md#single)
1010
- [Multiple](Basics/Values.md#multiple)
11+
- [Tagging](Basics/Values.md#tagging)
1112
- [Localization](Basics/Localization.md)
1213

1314
- Digging Deeper
1415
- [Templating](Advanced/Templating.md)
1516
- [Vuex](Advanced/Vuex.md)
1617
- [AJAX](Advanced/Ajax.md)
17-
- [Validation](Advanced/Validation.md)
1818
- [Examples](Examples.md)
1919

2020
- API
21-
- [Props](Api/Props.md)
22-
- [Events](Api/Events.md)
23-
- [Slots](Api/Slots.md)
21+
- [Props](Api/Props.md)

0 commit comments

Comments
 (0)