Hi all.
I could not find a way to set a select field readonly.
Missing or not supported for any reasons?
Thanks for your help!
Hi all.
I could not find a way to set a select field readonly.
Missing or not supported for any reasons?
Thanks for your help!
Hi
There is no such property for select. It is readonly dy default (by logic): you can’t type any value in it. If you need to prevent changing value - set it disable.
You can use combo in form - it has method “readonly”.
Yes, i understand.
Thanks very much.
You are welcome!