We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f2174 commit 8687588Copy full SHA for 8687588
examples/questionnaire/Example.vue
@@ -90,12 +90,6 @@
90
id: 'first_name',
91
tagline: 'Hi! Welcome to our demo survey 😊',
92
title: 'What is your first name?',
93
- description: 'description',
94
- descriptionLink: [
95
- new LinkOption({
96
- url: 'example.com'
97
- })
98
- ],
99
type: QuestionType.Text,
100
required: true,
101
placeholder: 'Start typing here...'
0 commit comments