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

Fix documentation about read-only #12572

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

ramonbakker
Copy link
Contributor

The method for making a textarea component read-only is called 'readOnly()' instead of 'readonly()'.

Description

The documentation describes that you can make a textarea component read-only by using the method readonly(). That method doesn't exist, but readOnly() does.

This fixes the documentation by referencing the readOnly() method instead of the non-existent readonly() method.

The method is called 'readOnly()' instead of 'readonly()'.
@danharrin danharrin added the documentation Improvements or additions to documentation label May 2, 2024
@danharrin danharrin added this to the v3 milestone May 2, 2024
@danharrin danharrin merged commit a5b7abb into filamentphp:3.x May 2, 2024
1 check passed
@ramonbakker ramonbakker deleted the patch-1 branch May 2, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants