Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pages/03.configuration/03.data-attributes/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down