mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-68167 lib: Clear single-select autocomplete elements with keyboard
Following MDL-57680, it should be possible to clear the selected option using keyboard as well.
This commit is contained in:
parent
6fdfbc44f9
commit
cb0bf0ffe0
@ -44,6 +44,7 @@
|
||||
}} aria-labelledby="{{selectionId}}-label"{{!
|
||||
}} role="listbox"{{!
|
||||
}} aria-atomic="true"{{!
|
||||
}} {{#multiple}}tabindex="0" aria-multiselectable="true"{{/multiple}}>
|
||||
}} tabindex="0"{{!
|
||||
}} {{#multiple}}aria-multiselectable="true"{{/multiple}}>
|
||||
{{> core/form_autocomplete_selection_items }}
|
||||
</div>
|
||||
|
@ -44,7 +44,8 @@
|
||||
}} aria-labelledby="{{selectionId}}-label"{{!
|
||||
}} role="listbox"{{!
|
||||
}} aria-atomic="true"{{!
|
||||
}}{{#multiple}} tabindex="0" aria-multiselectable="true"{{/multiple}}{{!
|
||||
}} tabindex="0"{{!
|
||||
}}{{#multiple}} aria-multiselectable="true"{{/multiple}}{{!
|
||||
}}>
|
||||
{{> core/form_autocomplete_selection_items }}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user