-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
None
-
Affects Version/s: 4.3.3
-
Component/s: Documentation - All
-
4.03
-
1
Our documentation shows that in order to disable a web item, you should use the attribute like this:
<web-item ... disabled="true">
From a support case we found that this isn't correct and the proper way to disable a web item is:
<web-item ... state="disabled">
If the latter is intended to be the correct way to disable a web item, we should update the docs to reflect this.