-
Notifications
You must be signed in to change notification settings - Fork 13
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
No longer reactive with Livewire. #8
Comments
Hey, @vahnmarty Can you share some details about the implementation of |
I also have issue in liveware component:
and when submit the form I get an empty string for the phone. |
even do not send request on type numbers like in other form fields... |
For me there was also no reactivity from wire:model="phone".
And in the component I did like this:
On blade:
|
In Livewire
The text was updated successfully, but these errors were encountered: