File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 134134 new QuestionModel ({
135135 id: ' html_2' ,
136136 title: ' <label> is associated with <input> using the "name" attribute.' ,
137+ helpTextShow: false ,
137138 type: QuestionType .MultipleChoice ,
138139 required: true ,
139140 multiple: false ,
234235 new QuestionModel ({
235236 id: ' ux_2' ,
236237 title: ' Error messages are bad because they confuse users.' ,
237- helpText : ' ' ,
238+ helpTextShow : false ,
238239 type: QuestionType .MultipleChoice ,
239240 multiple: false ,
240241 required: true ,
278279 new QuestionModel ({
279280 id: ' ux_4' ,
280281 title: ' Inline validation should have a real time feedback.' ,
281- helpText : ' ' ,
282+ helpTextShow : false ,
282283 type: QuestionType .MultipleChoice ,
283284 multiple: false ,
284285 required: true ,
You can’t perform that action at this time.
0 commit comments