2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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' ariaLabel: 'Search for options'
}, },
selectedOption: {}, selectedOption: {},
deselect: { deselectButton: {
ariaLabel: 'Deselect Option' ariaLabel: label => 'Deselect Option'
},
clearButton: {
ariaLabel: 'Clear Selection'
} }
}; };