A11Y: Add aria-label to input clear button (#11803)
This commit is contained in:
parent
ff095e7249
commit
e031679f99
|
@ -11,6 +11,7 @@
|
||||||
class="btn-clear"
|
class="btn-clear"
|
||||||
icon="times"
|
icon="times"
|
||||||
action=selectKit.onClearSelection
|
action=selectKit.onClearSelection
|
||||||
|
ariaLabel="clear_input"
|
||||||
}}
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
icon="times"
|
icon="times"
|
||||||
action=selectKit.deselect
|
action=selectKit.deselect
|
||||||
actionParam=item
|
actionParam=item
|
||||||
|
ariaLabel="clear_input"
|
||||||
}}
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -210,6 +210,7 @@ en:
|
||||||
us_west_1: "US West (N. California)"
|
us_west_1: "US West (N. California)"
|
||||||
us_west_2: "US West (Oregon)"
|
us_west_2: "US West (Oregon)"
|
||||||
|
|
||||||
|
clear_input: "Clear input"
|
||||||
edit: "edit the title and category of this topic"
|
edit: "edit the title and category of this topic"
|
||||||
expand: "Expand"
|
expand: "Expand"
|
||||||
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
||||||
|
|
Loading…
Reference in New Issue