You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i have a reactive DateTime input but it when i try to update the input time from another input then it goes into an infinite loop as you can see in the video
Screencast.from.2024-12-24.20-57-51.webm
Expected behavior
it should only update the date and time input once and should not be a infinite loop
Steps to reproduce
Install and fresh laravel project with filament form
generate a livewire filament form php artisan make:livewire-form Products/CreateProduct --generate
Add 2 inputs , Textinput and DateTimeinput Both need to be reactive
Set the time when the Textinput is update i will go into an infinite loop
Reproduction repository (issue will be closed if this is not valid)
Package
filament/forms
Package Version
3.2.131
Laravel Version
11.36.1
Livewire Version
3.5.12
PHP Version
8.3
Problem description
Hi i have a reactive DateTime input but it when i try to update the input time from another input then it goes into an infinite loop as you can see in the video
Screencast.from.2024-12-24.20-57-51.webm
Expected behavior
it should only update the date and time input once and should not be a infinite loop
Steps to reproduce
php artisan make:livewire-form Products/CreateProduct --generate
Reproduction repository (issue will be closed if this is not valid)
https://github.com/sohailahmad07/filament-DateTime-infinit-loop
Relevant log output
No response
The text was updated successfully, but these errors were encountered: