moodle/.upgradenotes/MDL-80747-2024070205140878.yml
2024-10-03 23:01:31 +08:00

10 lines
332 B
YAML

issueNumber: MDL-80747
notes:
core:
- message: >
The `\core\output\select_menu` widget now supports a new feature: inline
labels. You can render the label inside the combobox widget by passing
`true` to the `$inlinelabel` parameter when calling the `->set_label()`
method.
type: improved