mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
10 lines
332 B
YAML
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
|