2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

add badges to components to indicate version support (#859)

This commit is contained in:
Jeff Sagal
2019-04-28 14:45:14 -07:00
committed by GitHub
parent efa64cb199
commit 7d72db3134
+2 -4
View File
@@ -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.
## Available Components
### Deselect
## Deselect <Badge text="v3.1.0+" />
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
@@ -38,7 +36,7 @@ The same approach applies for `multiple` selects:
<MultipleClearButtonOverride />
### OpenIndicator
## OpenIndicator <Badge text="v3.1.0+" />
The `OpenIndicator` component is the 'caret' used within the component that adjusts orientation
based on whether the dropdown is open or closed.