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"
|
||||
icon="times"
|
||||
action=selectKit.onClearSelection
|
||||
ariaLabel="clear_input"
|
||||
}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
icon="times"
|
||||
action=selectKit.deselect
|
||||
actionParam=item
|
||||
ariaLabel="clear_input"
|
||||
}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
|
@ -210,6 +210,7 @@ en:
|
|||
us_west_1: "US West (N. California)"
|
||||
us_west_2: "US West (Oregon)"
|
||||
|
||||
clear_input: "Clear input"
|
||||
edit: "edit the title and category of this topic"
|
||||
expand: "Expand"
|
||||
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
||||
|
|
Loading…
Reference in New Issue