Closed peershaped closed 11 months ago
Thank you for this nice Datepicker component. It works pretty well and does the job for me. There is one slight issue:
<label for="myId">My Datepicker label</label> <Datepicker id="myId" <-- this is not passed on to the underlying input field />
This results in:
It is a minor issue. I noticed it while I was cleaning up my warnings :)
Edit: Closed this issue. I did not look for the alternatives. I should use inputId instead of id
inputId
<Datepicker inputId="myId" <-- this is passed on to the underlying input field />
Thank you for this nice Datepicker component. It works pretty well and does the job for me. There is one slight issue:
This results in:
It is a minor issue. I noticed it while I was cleaning up my warnings :)
Edit: Closed this issue. I did not look for the alternatives. I should use
inputId
instead of id