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
This package is great.. I want to ignore some fields like password, password_confirmation from transforming Arabic numbers to English.
It works fine with simple Laravel blade fields and ignores those fields, But it doesn't ignore fields that are inside Livewire components, so they are transformed against my expectations.
I hope you fix this problem so I can use this handy package and everyone who uses LIvewire.
The text was updated successfully, but these errors were encountered:
If I remember correctly, Livewire encrypts the entire payload between the client and server, right?
Actually, I am not sure.
But on the other hand, the TrimStrings built-in middleware in Laravel ignores password etc. fields even when I am using Livewire, so I think there is a way for this excellent library to work in livewire too.
Hello @salkhwlani,
This package is great.. I want to ignore some fields like
password, password_confirmation
from transforming Arabic numbers to English.It works fine with simple Laravel blade fields and ignores those fields, But it doesn't ignore fields that are inside Livewire components, so they are transformed against my expectations.
I hope you fix this problem so I can use this handy package and everyone who uses LIvewire.
The text was updated successfully, but these errors were encountered: