Add canSave to the form mixin to toggle whether or not the Next button is disabled
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<input
|
||||
type="submit"
|
||||
tabindex="0"
|
||||
:disabled="!changed"
|
||||
:disabled="!canSave"
|
||||
value="{{ next_button_text }}"
|
||||
form="to_form"
|
||||
class="usa-button usa-button-primary">
|
||||
|
Reference in New Issue
Block a user