mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
add badges to components to indicate version support (#859)
This commit is contained in:
@@ -8,9 +8,7 @@ Your object will be merged with the object that is exported below:
|
|||||||
|
|
||||||
You can override the value of any of these keys with your own components.
|
You can override the value of any of these keys with your own components.
|
||||||
|
|
||||||
## Available Components
|
## Deselect <Badge text="v3.1.0+" />
|
||||||
|
|
||||||
### Deselect
|
|
||||||
|
|
||||||
You may wish to roll your own deselect button. `Deselect` is used within tags on
|
You may wish to roll your own deselect button. `Deselect` is used within tags on
|
||||||
`multiple` selects, and serves as the clear button for single selects. Maybe you just want to use
|
`multiple` selects, and serves as the clear button for single selects. Maybe you just want to use
|
||||||
@@ -38,7 +36,7 @@ The same approach applies for `multiple` selects:
|
|||||||
|
|
||||||
<MultipleClearButtonOverride />
|
<MultipleClearButtonOverride />
|
||||||
|
|
||||||
### OpenIndicator
|
## OpenIndicator <Badge text="v3.1.0+" />
|
||||||
|
|
||||||
The `OpenIndicator` component is the 'caret' used within the component that adjusts orientation
|
The `OpenIndicator` component is the 'caret' used within the component that adjusts orientation
|
||||||
based on whether the dropdown is open or closed.
|
based on whether the dropdown is open or closed.
|
||||||
|
|||||||
Reference in New Issue
Block a user