Hi all,
This is still happening in 11 version, both inputs, read only or not, get the same class.Do you have any solution?
Hi,
I'm facing the same problem on Service Studio 11 Traditional Web, I removed the Style Class "form" from 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
i was able to put on a temporary solution, i guess, by adding this css line to the input
cursor: not-allowed;
it prevents users from clicking and changing the input values