Fixed #1705 - optionDisabled prop on Dropdown wrongly typed

This commit is contained in:
Cagatay Civici 2021-11-17 12:45:57 +03:00
parent 91635f7f52
commit 5a91e00263
8 changed files with 16 additions and 8 deletions

View file

@ -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>