Facepunch / sbox-issues

177 stars 12 forks source link

ReadOnly doesnt work for string properties marked with TextArea #6968

Closed johncosfm closed 3 days ago

johncosfm commented 3 days ago

Describe the bug

Surely I'll run out of types of properties that dont work with ReadOnly at some point

To Reproduce

  1. string marked with [Property, TextArea, ReadOnly]
  2. can be written to in inspector

Expected behavior

can only be read

Media/Files

No response

Additional context

No response