From 330ae4a165e9326b419f24f285cafa06aead91cc Mon Sep 17 00:00:00 2001 From: Nagaraj Tantri Date: Fri, 9 Aug 2019 17:53:09 +0530 Subject: [PATCH] Updated the docs to add data-disabled to be added as an info - not allowed --- pages/03.configuration/03.data-attributes/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/03.configuration/03.data-attributes/docs.md b/pages/03.configuration/03.data-attributes/docs.md index 6a2a2ae..7f4c7e8 100644 --- a/pages/03.configuration/03.data-attributes/docs.md +++ b/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 ``` +>>> 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: