소스 검색

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

Nagaraj Tantri 5 년 전
부모
커밋
330ae4a165
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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>
 ```
 
+>>> 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: