Skip to content
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

Quill field: inline attribute disabled(true) not working #2956

Open
Dingo497 opened this issue Feb 12, 2025 · 0 comments
Open

Quill field: inline attribute disabled(true) not working #2956

Dingo497 opened this issue Feb 12, 2025 · 0 comments
Assignees
Labels

Comments

@Dingo497
Copy link

Describe the bug:
Quill::make('description')->disabled(true);
field does not work as expected. Even though Quill inherits from Field and has a disabled() method, it does not properly disable the field.
For example:
TextArea::make('description')->disabled(true);
works correctly, but Quill does not.

To Reproduce:
Create a form with Quill::make('description')->disabled(true);
Load the form in the browser
The Quill field is still editable despite the disabled(true) call
Expected behavior
The Quill field should be disabled and prevent user input when disabled(true) is applied.

Screenshots:

Image

Desktop:
OS: Windows/Linux
Browser: Chrome, Edge
Version: Latest
Smartphone (please complete the following information):
N/A

Server:
Platform Version: 14.44
Laravel Version: 11.0
PHP Version: 8.2
Database: PostgreSQL
Database Version: 15

Additional context:
Tested on both Chrome and Edge, and the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants