Update valid prop on MultiCheckboxInput to return true if the field is optional
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
{% if other_input_field and other_input_field.data and other_input_field.data != "None" %}
|
||||
initial-other-value="{{ other_input_field.data }}"
|
||||
{% endif %}
|
||||
v-bind:optional={{ optional|lower }}
|
||||
key='{{ field.name }}'>
|
||||
<div
|
||||
v-bind:class="['usa-input', { 'usa-input--error': showError, 'usa-input--success': showValid }]">
|
||||
|
Reference in New Issue
Block a user