Add masking and and placeholders

This commit is contained in:
luis cielak 2018-08-27 10:02:55 -04:00 committed by luisgov
parent e32926d6ce
commit ee4bf8589e

View File

@ -18,12 +18,13 @@
<div class="panel__content">
{{ TextInput(form.first_name) }}
{{ TextInput(form.last_name) }}
{{ TextInput(form.email) }}
{{ TextInput(form.dod_id) }}
{{ TextInput(form.email,placeholder='jane@mail.mil', validation='email') }}
{{ TextInput(form.dod_id,placeholder='10-digit number on the back of the CAC', validation='dodId') }}
{{ OptionsInput(form.workspace_role) }}
</div>
</div>
<div class='action-group'>
<a href='#' class='action-group__action usa-button usa-button-big'>
Add User