Using isDirty with preserveState #1033
-
I have a list of input fields that is used to filter the page. The form is submitted on each Is the some clever way to manually set I have tested with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found out the error. It was because laravel was returning the set ID's as strings.. Fixed by casting all values to integers in the response from laravel |
Beta Was this translation helpful? Give feedback.
I found out the error. It was because laravel was returning the set ID's as strings..
Fixed by casting all values to integers in the response from laravel