mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #1705 - optionDisabled prop on Dropdown wrongly typed
This commit is contained in:
parent
91635f7f52
commit
5a91e00263
8 changed files with 16 additions and 8 deletions
|
@ -96,7 +96,7 @@ export default {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>optionDisabled</td>
|
||||
<td>boolean</td>
|
||||
<td>string | function</td>
|
||||
<td>null</td>
|
||||
<td>Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue