2
0
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:
Jeff
2020-03-06 08:08:24 -08:00
parent 9c8db88477
commit 36b9b0d09a
+5 -2
View File
@@ -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'
}
};