Hi guys,
I noticed, that read only textfield attribute is not working in v2.3.1
Goal is, that user have to pick up icon from gallery and it’s name is written into textfield.
I’ve tried $(“#textfield”).attr(‘disabled’, true) and similar code(Octavio wrote example how to disable button for me in other topic), but nothing works.
Is there any chance how to disable it for user editing?
Thanks