13.0d-210303
I would like a form to not display hover and focus when in read-only mode.
However, when i set the form to canEdit(false), the items in the form still take focus and hover.
I have tried setting canFocus(false) and showHover(false) on the form, as well as showOver/showFocus to false on individual formItems, but it still shows bothhover and focus like so:
(i.e. - The 'textItemLiteOver' etc. styles are still appled)
have i misunderstood how those two methods (canfocus/showhover) are supposed to work? Is there a way for the form to not show over/focus when in read only mode?
I would like a form to not display hover and focus when in read-only mode.
However, when i set the form to canEdit(false), the items in the form still take focus and hover.
I have tried setting canFocus(false) and showHover(false) on the form, as well as showOver/showFocus to false on individual formItems, but it still shows bothhover and focus like so:
(i.e. - The 'textItemLiteOver' etc. styles are still appled)
have i misunderstood how those two methods (canfocus/showhover) are supposed to work? Is there a way for the form to not show over/focus when in read only mode?
Comment