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:
+5
-2
@@ -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'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user