-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2.7, 4.3.4
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_405_STABLE
-
When there is a <select multiple> in a form, with a certain number of choices, then at the moment it is jsut shown with about 4 choices visible.
It would be more usable if the size of the number box was automatically about right. That is:
- For 10 or fewer choices, the box should be exactly the right size for that many choices.
- For more than 10 choices, we should limit the size to 10.
In any place where the form creator has set the input size, we should not override that.
- will be (partly) resolved by
-
MDL-82308 Forms - multi-selects - set a sensible default size for the number of choices (backport of MDL-81515)
- Closed