mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
add label context to deselectButton text
This commit is contained in:
+5
-2
@@ -9,8 +9,11 @@ export const text = {
|
||||
ariaLabel: 'Search for options'
|
||||
},
|
||||
selectedOption: {},
|
||||
deselect: {
|
||||
ariaLabel: 'Deselect Option'
|
||||
deselectButton: {
|
||||
ariaLabel: label => 'Deselect Option'
|
||||
},
|
||||
clearButton: {
|
||||
ariaLabel: 'Clear Selection'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user