The <dialog:dynamiclist> controls are not all disabled
Brought to you by:
bastafidli
When you create <dialog:dynamiclist> control with attribute disabled=true, only the buttons become disabled, but the edit field and the list are still enabled. All the controls should be disabled when instructed so.
There is also no easy way how to enable the control. We should provide JavaScript method that will enable the entire dynamiclist (only the buttons which are allowed to be enabled will be enabled) when instructed so.