remove broken textinput component
This commit is contained in:
parent
38927815c1
commit
10bf9dba26
@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div id='modalOpen' data-modal='styleguideModal'></div>
|
||||
|
||||
{% call Modal(name='styleguideModal', dismissable=True) %}
|
||||
<h1>A modal dialog</h1>
|
||||
@ -130,29 +131,6 @@
|
||||
</div>
|
||||
|
||||
<form>
|
||||
<textinput inline-template validation='dollars' value='1231231'>
|
||||
<div v-bind:class="['usa-input usa-input--validation--' + validation, { 'usa-input--error': showError, 'usa-input--success': showValid }]">
|
||||
<label for='basic-text-1'>
|
||||
Dollars Text Input
|
||||
<span class='usa-input__help'>
|
||||
This is some help text to explain what this form field is and why you should fill it out.
|
||||
</span>
|
||||
<template v-if='showError'>{{ Icon('alert') }}</template>
|
||||
<template v-if='showValid'>{{ Icon('ok') }}</template>
|
||||
</label>
|
||||
<masked-input
|
||||
v-on:input='onInput'
|
||||
v-on:change='onChange'
|
||||
v-model='renderedValue'
|
||||
id='basic-text-1'
|
||||
type='text'
|
||||
ref='input'
|
||||
placeholder='$'
|
||||
:guide="true"
|
||||
:mask="mask">
|
||||
</masked-input>
|
||||
</div>
|
||||
</textinput>
|
||||
|
||||
<div class='usa-input usa-input--error'>
|
||||
<label for='basic-text-2'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user