1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Updated the docs to add data-disabled to be added as an info - not allowed

This commit is contained in:
Nagaraj Tantri 2019-08-09 17:53:09 +05:30
parent dd90704377
commit 330ae4a165

View File

@ -14,6 +14,8 @@ It is recommended that you declare your configuration options by [passing in an
</select>
```
>>> Some options are not supported as `data-*`, for example `disabled` as it's not a Javascript option, but it's an HTML [attribute](/configuration/options-api).
## Nested (subkey) options
Sometimes, you have options that are nested under a top-level option. For example, the options under the `ajax` option: