mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
10 lines
331 B
YAML
10 lines
331 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
|