|
|
@@ -8,9 +8,9 @@
|
|
8
|
8
|
:placeholder='question.placeholder'
|
|
9
|
9
|
@keyup.enter='handleSubmit({ question, input })'
|
|
10
|
10
|
type='text'
|
|
|
11
|
+ v-focus
|
|
11
|
12
|
v-if='question.survey_stage !== "image" && question.survey_stage !== "blurb" && question.survey_stage !== "password"'
|
|
12
|
13
|
v-model='input'
|
|
13
|
|
- v-focus
|
|
14
|
14
|
)
|
|
15
|
15
|
input.pass(
|
|
16
|
16
|
:placeholder='question.placeholder'
|
|
|
@@ -18,8 +18,8 @@
|
|
18
|
18
|
style='-webkit-text-security: circle'
|
|
19
|
19
|
type='password'
|
|
20
|
20
|
v-else-if='question.survey_stage === "password"'
|
|
21
|
|
- v-model='input'
|
|
22
|
21
|
v-focus
|
|
|
22
|
+ v-model='input'
|
|
23
|
23
|
)
|
|
24
|
24
|
w-button.ma1.grow(
|
|
25
|
25
|
@click='submitImage'
|