I have a DynamicForm that contains StaticTextItem elements and I would like to disable text selection from these text items.
I tried using setCanSelectItem(false) but it doesn't work.
What is the correct approach to disable text selection from a StaticTextItem or an entire DynamicForm? I searched the forum, but couldn't find relevant information.
I'll appreciate any help.
I tried using setCanSelectItem(false) but it doesn't work.
What is the correct approach to disable text selection from a StaticTextItem or an entire DynamicForm? I searched the forum, but couldn't find relevant information.
I'll appreciate any help.
Comment