-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
readOnly attribute not working on Autocomplete field #177
Comments
Hey @dtannen sorry for the delay I took a little vacation. |
@beliolfa It seems like you are still referencing your This results in the behaviour that your fields are not displaying as readonly, but behave that way (value does not get saved). Additionally, the JSON field will save values even when a field inside it has been marked as readonly, as a workaround for our project I extended your JSON-class and changed |
Hey @NeroAzure thank you for your detailed solution. It looks like you fixed the issue in your projects. Do you mind opening a PR so I can take a look? If you are busy I will fix it as soon as I can. |
This field is no longer readOnly on 0.17.0 and Laravel 7 / Nova 3.
The text was updated successfully, but these errors were encountered: