Add invalid input demo
parent
fe1b7511d8
commit
fdebc82aab
|
@ -20,6 +20,9 @@
|
|||
|
||||
<h3>Disabled</h3>
|
||||
<InputText type="text" v-model="value3" disabled />
|
||||
|
||||
<h3>Invalid</h3>
|
||||
<InputText type="text" class="p-error" readonly />
|
||||
</div>
|
||||
|
||||
<InputTextDoc />
|
||||
|
|
|
@ -69,6 +69,9 @@ import InputText from 'primevue/inputtext';
|
|||
|
||||
<h3>Disabled</h3>
|
||||
<InputText type="text" v-model="value3" disabled />
|
||||
|
||||
<h3>Invalid</h3>
|
||||
<InputText type="text" class="p-error" />
|
||||
</template>
|
||||
</CodeHighlight>
|
||||
|
||||
|
|
Loading…
Reference in New Issue