Skip to content

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

@mihaildu

Description

@mihaildu

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions