PDA

View Full Version : Is there a way to make numberfield read-only



WyrdGM
May 18th, 2020, 02:01
As the title asks.
Working on some inherited values. I have all the values feeding correctly into a numberfield, but I have realized I can technically just click on it and override it. Is there a tag I am missing to make it read-only?

superteddy57
May 18th, 2020, 03:21
Have you tried placing a <readonly /> tag in the numberfield's code?

WyrdGM
May 18th, 2020, 03:40
*head desk* I looked through the dev guide and did not see that tag.
Thank you. Worked perfectly