### Code of Conduct - [x] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [x] I have searched the existing issues ### Version 11.0/bugfixes ### Bug description I set a field to read-only in my asset definition. <img width="1330" height="418" alt="Image" src="https://github.com/user-attachments/assets/abf56678-5b04-4be9-99e0-9289c09520ff" /> In the interface, I can select the field, but the input is disabled. <img width="1427" height="492" alt="Image" src="https://github.com/user-attachments/assets/6a3b357a-603d-4b1b-9526-9d5117fda517" /> However, by modifying the DOM (by removing ```readonly=""```), the field becomes editable again, and saving the form correctly records the change. <img width="775" height="248" alt="Image" src="https://github.com/user-attachments/assets/25a77cfb-9684-456c-9b14-79520f594de3" /> Value changed: <img width="961" height="416" alt="Image" src="https://github.com/user-attachments/assets/ddf52527-7121-4cf0-a2b3-1443282c34a9" />