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

closeOnSelect doesn't work if component is inside label #17

Open
mihaildu opened this issue Apr 1, 2019 · 0 comments
Open

closeOnSelect doesn't work if component is inside label #17

mihaildu opened this issue Apr 1, 2019 · 0 comments
Assignees

Comments

@mihaildu
Copy link

mihaildu commented Apr 1, 2019

closeOnSelect doesn't seem to work if I place MonthPickerInput inside <label>. Not sure what the desired behaviour would be here, but I'm used to place form fields inside labels so I would expect the closeOnSelect to still work.

This is the code:

<label>
  Some label
  <MonthPickerInput closeOnSelect={true} />
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants