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

feat(select): Support synchronizing enhanced select w/ hidden input #3986

Merged
merged 2 commits into from
Oct 26, 2018

Conversation

kfranqueiro
Copy link
Contributor

Fixes #3729.

Currently comparing against add-invalid branch since I wrote it on top of that.

@kfranqueiro kfranqueiro force-pushed the feat/select/hidden-input branch from e3bd3d1 to 5d2c3f5 Compare October 25, 2018 12:52
Copy link
Contributor

@williamernest williamernest left a comment

Choose a reason for hiding this comment

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

One nit on wording and some lint failures we can handle in the subsequent invalid PR.
LGTM.

>NOTE: The `data-value` attribute is required for the enhanced select.
> NOTE: The `data-value` attribute is required for each list item in the enhanced select.

> NOTE: The `input type="hidden"` is optional, and will synchronize the value of the enhanced select for form submissions.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Kind of sounds like type="hidden" is optional and not the whole element. Maybe
The input type="hidden" element is optional, and will ...

@williamernest williamernest merged commit 062e994 into feat/select/add-invalid Oct 26, 2018
@williamernest williamernest deleted the feat/select/hidden-input branch October 26, 2018 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants