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
I have a table of form values, each row has different input types (based on column) like text and select box.
the text boxes are returned as array but the select box returns the last rows' value all the time.
Please let me know if there is a workaround ??
The text was updated successfully, but these errors were encountered:
Looks like this line is the culprit:
https://github.com/maxatwork/form2js/blob/master/src/form2js.js#L250
@maxatwork can you speak to why you treated select's different in this case?
Sorry, something went wrong.
No branches or pull requests
I have a table of form values, each row has different input types (based on column) like text and select box.
the text boxes are returned as array but the select box returns the last rows' value all the time.
Please let me know if there is a workaround ??
The text was updated successfully, but these errors were encountered: