fix(docs): autocomplete disabled
parent
26d30ab298
commit
5cf2df3eb0
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>Invalid state style is added using the <i>p-invalid</i> class to indicate a failed validation.</p>
|
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex justify-content-center">
|
<div class="card flex justify-content-center">
|
||||||
<AutoComplete disabled placeholder="Disabled" />
|
<AutoComplete disabled placeholder="Disabled" />
|
||||||
|
|
Loading…
Reference in New Issue