Update text input vue component so that it only shows the validation icon on mount when the form is not a form that is inset into a page
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
</p>
|
||||
<div class="form-row">
|
||||
<div class="form-col form-col--two-thirds">
|
||||
{{ TextInput(application_form.name) }}
|
||||
{{ TextInput(application_form.description, paragraph=True) }}
|
||||
{{ TextInput(application_form.name, inset_form=True) }}
|
||||
{{ TextInput(application_form.description, paragraph=True, inset_form=True) }}
|
||||
</div>
|
||||
<div class="form-col form-col--third">
|
||||
{% if user_can(permissions.DELETE_APPLICATION) %}
|
||||
|
||||
Reference in New Issue
Block a user