Skip to content

Commit f23eb7d

Browse files
committed
Merge branch 'feature/opinion-scale-question' of https://github.com/ditdot-dev/vue-flow-form into feature/opinion-scale-question
2 parents 6e9dbb0 + 99b2346 commit f23eb7d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

examples/support-page/Example.vue

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
mask: '#-#-#-#-#-#',
141141
placeholder: '#-#-#-#-#-#',
142142
jump: {
143-
_other: '_submit'
143+
_other: 'icon_rate'
144144
},
145145
model: ''
146146
},
@@ -152,7 +152,16 @@
152152
required: true,
153153
placeholder: 'Start typing here...',
154154
model: ''
155-
}
155+
},
156+
{
157+
type: 'iconrate',
158+
id: 'icon_rate',
159+
tagline: "One more thing before you go",
160+
title: 'How would you rate our Customer Support service?',
161+
required: false,
162+
max: 5,
163+
model: ''
164+
},
156165
]
157166
}
158167
},

0 commit comments

Comments
 (0)