Skip to content

Commit

Permalink
use simple text input for phone only (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
formsdev authored Sep 22, 2023
1 parent 9534847 commit 3223248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
Hide field name
</v-checkbox>

<v-checkbox v-model="field.use_simple_text_input" class="mt-3"
<v-checkbox v-if="field.type === 'phone_number'" v-model="field.use_simple_text_input" class="mt-3"
:name="field.id+'_use_simple_text_input'"
>
Use simple text input
Expand Down

0 comments on commit 3223248

Please sign in to comment.