Skip to content
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

How to handle array data type? #92

Open
sandgupta23 opened this issue Nov 1, 2022 · 1 comment
Open

How to handle array data type? #92

sandgupta23 opened this issue Nov 1, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sandgupta23
Copy link

{
  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)

@sandgupta23 sandgupta23 added the bug Something isn't working label Nov 1, 2022
@dlamon1
Copy link
Contributor

dlamon1 commented Jan 2, 2023

Is this not the general use case form inputs, they are strings only afaik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants