We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filament/forms
3.2.83
11.10
Latest (3.5.0)
8.3.7
Edit: i just realized it always happens unless you add autosize (we do not want autosize in this case)
Using live() in a textarea does not work properly.
We tried using it in a repeater as well on live(true) (with on blur), that didnt work either
Happens when typing or pasting (ctrl + v)
Simple, the resized height should preserve and not go back to initialheight (that is set in the view)
Textarea::make('description') ->label(false) ->maxLength('180') ->nullable() ->live(),
Just add live, or live(true) to a textarea input Should be set for you in my reproduction repository.
https://github.com/nielsvh2103/filament-issue
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Package
filament/forms
Package Version
3.2.83
Laravel Version
11.10
Livewire Version
Latest (3.5.0)
PHP Version
8.3.7
Problem description
Edit: i just realized it always happens unless you add autosize (we do not want autosize in this case)
Using live() in a textarea does not work properly.
We tried using it in a repeater as well on live(true) (with on blur), that didnt work either
Happens when typing or pasting (ctrl + v)
Screen.Recording.2024-06-04.at.16.35.38.mov
Expected behavior
Simple, the resized height should preserve and not go back to initialheight (that is set in the view)
Steps to reproduce
Just add live, or live(true) to a textarea input
Should be set for you in my reproduction repository.
Reproduction repository
https://github.com/nielsvh2103/filament-issue
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: