Skip to content

You can toggle readonly boolean fields #6843

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

Closed
kyryl-bogach opened this issue May 6, 2025 · 0 comments
Closed

You can toggle readonly boolean fields #6843

kyryl-bogach opened this issue May 6, 2025 · 0 comments
Labels
bug Verified bug by the Nova team fix incoming A fix is in review

Comments

@kyryl-bogach
Copy link

  • Laravel Version: v12.11.0
  • Nova Version: 5.5.4
  • PHP Version: 8.3
  • Database Driver & Version: postgres:17.4
  • Operating System and Version: Windows 11
  • Browser type and version: Chrome, Latest

Description:

You can toggle a readonly checkbox field by clicking on the text. Clicking the checkbox itself works as expected.

20250506-1040-55.7081556.mp4

Detailed steps to reproduce the issue on a fresh Nova installation:

return [
    Boolean::make('test')->readonly(),
];
@crynobone crynobone added bug Verified bug by the Nova team fix incoming A fix is in review labels May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified bug by the Nova team fix incoming A fix is in review
Projects
None yet
Development

No branches or pull requests

2 participants