Skip to content

Commit

Permalink
fixup! MDL-83523 navigation: Add actiontype to combobox widget
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1729 committed Nov 6, 2024
1 parent 148a244 commit 7796bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/output/select_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
class select_menu implements renderable, templatable {
/**
* Specifies the type of action triggered when an option is selected in the select menu.
* Specifies the type of action triggered when an option is selected in the combo box.
*/
public const ACTION_TYPE_HIDDEN_INPUT = 'hiddenInput';
public const ACTION_TYPE_EVENT = 'event';
Expand Down

0 comments on commit 7796bfb

Please sign in to comment.