how can I remove the read-only class in edit mode?
I am facing same issue as Vera Tiago.
Hi,
I'm facing the same problem on Service Studio 11 Traditional Web, I removed the Style Class "form" of the form component, after that, some pencil icons apeared under the inputs, so I had to define this in the CSS:
span.FormEditPencil{ display:none; }
and it was solved. I don't know any other consequences of it, but until now its ok!
If any of you know problems in doing it, i'd like to know.
Thks
HI guys
Sorry for digging up this old post. But the issue still exists. Especially when you using pop-up or modal.
Does anyone have a solution to this issue?
Best Regards
Hi Tom,
The original issue seems to be unrelated with Popups or Modals.
Can you please create a new topic and explain in more detail what are you experiencing? Don't forget to include what platform version you are using, what UI framework version you are using, and the circumstances under which you have the issue (only with Modals, only with Popups, with both, even without using those two, etc)
Thanks!
Jorge Martins wrote:
Hi JorgeThank you for your reply. I attached a sample oml.I know if I move modal to footer the issue will be solved. But for some reason in my real app I can't do this.