diff --git a/docs/gitbook/Basics/Values.md b/docs/gitbook/Basics/Values.md index e7b6fb2..89591de 100644 --- a/docs/gitbook/Basics/Values.md +++ b/docs/gitbook/Basics/Values.md @@ -1,4 +1,4 @@ -## Selecting Values {#values} +## Selecting Values {#single} 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. @@ -25,3 +25,14 @@ By default, `vue-select` supports choosing a single value. If you need multiple ``` [](codepen://sagalbot/opMGro?height=250) + +### Tagging {#tagging} + +To allow input that's not present within the options, set the `taggable` prop to true. +If you want new tags to be pushed to the options list, set `push-tags` to true. + +```html + +``` + +[](codepen://sagalbot/NpwrQO?height=250) diff --git a/docs/gitbook/SUMMARY.md b/docs/gitbook/SUMMARY.md index 5e8bcb1..f7c4655 100644 --- a/docs/gitbook/SUMMARY.md +++ b/docs/gitbook/SUMMARY.md @@ -6,18 +6,16 @@ - [Option Labels](Basics/Options.md#labels) - [Null Options](Basics/Options.md#null) - [Selecting Values](Basics/Values.md#values) - - [Tagging](Basics/Values.md#tagging) + - [Single](Basics/Values.md#single) - [Multiple](Basics/Values.md#multiple) + - [Tagging](Basics/Values.md#tagging) - [Localization](Basics/Localization.md) - Digging Deeper - [Templating](Advanced/Templating.md) - [Vuex](Advanced/Vuex.md) - [AJAX](Advanced/Ajax.md) -- [Validation](Advanced/Validation.md) - [Examples](Examples.md) - API -- [Props](Api/Props.md) -- [Events](Api/Events.md) -- [Slots](Api/Slots.md) +- [Props](Api/Props.md) \ No newline at end of file