We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ fname: "john", lname: "doe" interest_id: [1,2,3,4,5,6] }
field can only be used for primitive data (fname and lname) but is there anything to handle array data (interest_id)
fname
lname
interest_id
The text was updated successfully, but these errors were encountered:
Is this not the general use case form inputs, they are strings only afaik
Sorry, something went wrong.
chainlist
No branches or pull requests
field can only be used for primitive data (
fname
andlname
) but is there anything to handle array data (interest_id
)The text was updated successfully, but these errors were encountered: