-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add a read-only properties #88
Comments
Hello @Ludy2015 |
I'll second this. Unless there a way to do it already. I have a form, that I display to a user with a group button on it. I use the same form for view and edit. They have to click an edit button, so the form starts out in read only mode, and switches to edit mode. At least that's the idea. On my other fields they have ways to make them read only. Either a read only attribute or setting the select option to null, etc. |
What I've done to sort of address this is disable each button (using disabled indexes) when in read only mode, then when the state changes, re-enable each button. The problem with this is it doesn't maintain the text properties (colours etc) setting them to null because the button isn't enabled. |
Please add a read-only properties~~~
The text was updated successfully, but these errors were encountered: