Is your feature request related to a problem? Please describe.
There is no provision for a placeholder in date component of FormDate component.
Describe the solution you'd like
DateComponent will have a new prop called placeholder where it will get value from yearProps?.placeholder, monthProps?.placeholder, dayProps?.placeholder of FormDate component and it will be applied to the placeholder attribute of input element.
Is your feature request related to a problem? Please describe. There is no provision for a placeholder in date component of FormDate component.
Describe the solution you'd like DateComponent will have a new prop called placeholder where it will get value from yearProps?.placeholder, monthProps?.placeholder, dayProps?.placeholder of FormDate component and it will be applied to the placeholder attribute of input element.
set up: