Browse Source

Merge pull request #39 from MediaIQ/fix_data_properties_doc

Fix the doc for data-disabled property as not available
Kevin Brown 5 years ago
parent
commit
f8ded17ae7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/03.configuration/03.data-attributes/docs.md

+ 2 - 0
pages/03.configuration/03.data-attributes/docs.md

@@ -14,6 +14,8 @@ It is recommended that you declare your configuration options by [passing in an
 </select>
 </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
 ## Nested (subkey) options
 
 
 Sometimes, you have options that are nested under a top-level option.  For example, the options under the `ajax` option:
 Sometimes, you have options that are nested under a top-level option.  For example, the options under the `ajax` option: