You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
closeOnSelect
doesn't seem to work if I placeMonthPickerInput
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 thecloseOnSelect
to still work.This is the code:
The text was updated successfully, but these errors were encountered: