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

Add multiselect support for array fields #42

Merged
merged 4 commits into from
Mar 3, 2016

Conversation

cedricmessiant
Copy link
Contributor

See #41

const {node} = createComponent({schema});

expect(node.querySelectorAll("select"))
.to.have.length.of(1);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: indentation

@n1k0
Copy link
Collaborator

n1k0 commented Mar 3, 2016

Man, this is awesome! Could you please write some docs, and possibly update the demo app with some usage of this patch?

Awesome!

@almet
Copy link
Contributor

almet commented Mar 3, 2016

That's great, big props for the pull request @cedricmessiant !

@n1k0
Copy link
Collaborator

n1k0 commented Mar 3, 2016

This is fantastic, you rock.

n1k0 added a commit that referenced this pull request Mar 3, 2016
Add multiselect support for array fields
@n1k0 n1k0 merged commit 84ac89e into rjsf-team:master Mar 3, 2016
@n1k0
Copy link
Collaborator

n1k0 commented Mar 3, 2016

Version 0.12.0 published to npm, demo pushed to gh-pages. Thanks again.

@cedricmessiant
Copy link
Contributor Author

You're welcome ! And thanks for the version on npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants