MDL-87142 question: dropdown-toggle class for question format select
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<label class="input-group-text" for="question-text-format">
|
||||
{{label}}
|
||||
</label>
|
||||
<select class="form-select" name="format" id="question-text-format">
|
||||
<select class="form-select dropdown-toggle" name="format" id="question-text-format">
|
||||
{{#options}}
|
||||
<option value="{{value}}"{{#selected}} selected{{/selected}}>{{label}}</option>
|
||||
{{/options}}
|
||||
@@ -53,4 +53,5 @@
|
||||
require(['qbank_viewquestiontext/question_text_format'], QuestionTextFormat => {
|
||||
QuestionTextFormat.init('questionscontainer');
|
||||
});
|
||||
{{/js}}
|
||||
{{/js}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user