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
Using the component on a Wizard form with one step for Origin (From) and another step for Destination (To) a few wierd things happen:
To form come's up with place_id pre-populating the search field. I guess this is due to the state being saved on google_autocomplete and not in a state with the name of the component make(). I can always cleanup the state after validation of the first step, but it's not ideal to have to do it manually. Maybe the state should be tied to the name selected when making the component.
Component not updating withFields on the second step of the wizard. Still trying to figure out why.
What happened?
Using the component on a Wizard form with one step for Origin (From) and another step for Destination (To) a few wierd things happen:
place_id
pre-populating the search field. I guess this is due to the state being saved ongoogle_autocomplete
and not in a state with the name of the component make(). I can always cleanup the state after validation of the first step, but it's not ideal to have to do it manually. Maybe the state should be tied to the name selected when making the component.How to reproduce the bug
Package Version
1.0.4
PHP Version
8.3.14
Laravel Version
11.36.1
Which operating systems does with happen with?
macOS, Linux
Notes
No response
The text was updated successfully, but these errors were encountered: