Details
-
Type:
Improvement
-
Status: Reopened
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.9.1
-
Fix Version/s: None
-
Component/s: Other
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_39_STABLE
-
Pull from Repository:
-
Pull Master Branch:MDL-69335-310-customfield_text_allow_textarea_input_type
Description
Currently when utilising the customfield_text customfield type, the text input size is limited and may be too small for some longer values.
It would be good if we could add the option (using a customfield configdata attribute) to use a textarea input type (the form element 'textarea') instead of always using a text input type (the form element 'text), for times when we want to display a longer text setting which doesn't require rich text editing.