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
I am using this code which has been working great, however, I have a slight issue with the hidden field. The attributes for a hidden field takes a string (In the documentation it says it takes an array), not an array which every other field takes. Can you please add a check in there that if an array is passed that it grabs the value field and converts it to a string?
The text was updated successfully, but these errors were encountered:
When I was working with it I was trying to figure out what was wrong because I was passing an array into that field with the option value like every other field type and it was hard to figure out what was wrong. What I am proposing is to add an option to check if it is an array for Hidden and if so, convert it to a string automatically instead of throwing an error.
I would have added it myself and sent it to you for a potential merge, but I am not sure how to do that in github.
I am using this code which has been working great, however, I have a slight issue with the hidden field. The attributes for a hidden field takes a string (In the documentation it says it takes an array), not an array which every other field takes. Can you please add a check in there that if an array is passed that it grabs the value field and converts it to a string?
The text was updated successfully, but these errors were encountered: