react-semantic-ui-datepickers
react-semantic-ui-datepickers copied to clipboard
Picker default date when value not set
❔ Question
Hi!
Let's say I have a form including a SemanticDatepicker field.
When the form is shown, all fields are empty.
When I click on the field, the date picker appears and is by default showing the current date month.
Is it possible to make it show another month/year without setting its value?
I use it to ask for a birthdate. It feels quite uncomfortable to see it open on today.