MDL-82146 core_output: Add disabled parameter to select element

This commit is contained in:
Amaia Anabitarte 2024-07-05 10:14:24 +02:00
parent 554a790bf0
commit ec050bbee7
2 changed files with 20 additions and 6 deletions

View file

@ -0,0 +1,7 @@
issueNumber: MDL-82146
notes:
core_courseformat:
- message: >-
New $disabled parameter has been added to select, select_optgroup and
select_option html_writers to create disabled option elements.
type: improved