Remove inset_form prop from options inputs

This commit is contained in:
graham-dds
2019-08-27 16:06:56 -04:00
parent 1901172d6e
commit 981171d8db
3 changed files with 5 additions and 8 deletions

View File

@@ -9,8 +9,7 @@
show_validation=True,
disabled=False,
watch=False,
optional=True,
inset_form=False) -%}
optional=True) -%}
<optionsinput
name='{{ field.name }}'
inline-template
@@ -20,7 +19,6 @@
v-bind:watch='{{ watch | string | lower }}'
v-bind:optional={{ optional|lower }}
v-bind:null-option="'{{ field.default }}'"
v-bind:inset-form={{ inset_form|lower }}
>
<div
v-bind:class="['usa-input', { 'usa-input--error': showError, 'usa-input--success': showValid }]">