mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
fix(docs): autocomplete disabled
This commit is contained in:
parent
26d30ab298
commit
5cf2df3eb0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<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>
|
||||
<div class="card flex justify-content-center">
|
||||
<AutoComplete disabled placeholder="Disabled" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue