Fixed #1711 - Better types for selects

This commit is contained in:
Cagatay Civici 2021-11-17 13:06:47 +03:00
parent 45d4a5ac46
commit ad8e2796f7
8 changed files with 43 additions and 28 deletions

View file

@ -84,13 +84,13 @@ export default {
</tr>
<tr>
<td>optionLabel</td>
<td>string</td>
<td>string | function</td>
<td>null</td>
<td>Property name or getter function to use as the label of an option.</td>
</tr>
<tr>
<td>optionValue</td>
<td>string</td>
<td>string | function</td>
<td>null</td>
<td>Property name or getter function to use as the value of an option, defaults to the option itself when not defined.</td>
</tr>