File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 113113 export default {
114114 name: ' FlowFormQuestion' ,
115115 components: {
116+ FlowFormDateType,
116117 FlowFormDropdownType,
117118 FlowFormEmailType,
118119 FlowFormLongTextType,
122123 FlowFormPhoneType,
123124 FlowFormSectionBreakType,
124125 FlowFormTextType,
125- FlowFormUrlType,
126- FlowFormDateType
126+ FlowFormUrlType
127127 },
128128 props: {
129129 question: QuestionModel,
263263 if (this .question .subtitle ) {
264264 return true
265265 }
266+
266267 if (this .question .type === QuestionType .LongText || this .question .type === QuestionType .MultipleChoice ) {
267268 return this .question .helpTextShow
268269 }
270+
269271 return false
270272 }
271273 }
Original file line number Diff line number Diff line change 7474 if (value) {
7575 this .addKeyListener ()
7676
77- if (this .question .multiple ) {
78- if (this .question .answered ) {
79- this .enterPressed = false
80- }
77+ if (this .question .multiple && this .question .answered ) {
78+ this .enterPressed = false
8179 }
8280 } else {
8381 this .removeKeyListener ()
You can’t perform that action at this time.
0 commit comments