Merge branch 'MDL-80353-MOODLE_403_STABLE' of https://github.com/marinaglancy/moodle into MOODLE_403_STABLE

This commit is contained in:
Jun Pataleta
2024-01-12 16:20:44 +08:00
+1 -1
View File
@@ -261,7 +261,7 @@ abstract class user_selector_base {
$multiselect = 'multiple="multiple" ';
}
$output = '<div class="userselector" id="' . $this->name . '_wrapper">' . "\n" .
'<select name="' . $name . '" id="' . $this->name . '" ' .
'<select name="' . $name . '" id="' . $this->name . '" aria-live="polite" ' .
$multiselect . 'size="' . $this->rows . '" class="form-control no-overflow">' . "\n";
// Populate the select.