mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 23:42:39 +02:00
Autocomplete fields can now include disabled options in the suggestion list. When calling .enchance() on a select list with disabled options, those options will be added to the autocomplete suggestions with the aria-disabled arribute set, and will not be selectable. Datafilters using the autocomplete element can also hook into this by including disabled options in their list of values.