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
Hint: it would help a lot if you enable the debugger ("Pause on exceptions" in the "Source" panel of Chrome dev tools) and spot the place where the error is thrown
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
I want the datetimepicker placeholder to change to Start Date
Actual behaviour
It still shows tap here to select a date
Steps to reproduce
startDate:{
stylesheet: datePickerStyle,
mode: "date",
config: {
format: startDate => moment(startDate).format("DD-MM-YYYY")
},
placeholder: "Start Date"
},
Stack trace and console log
Hint: it would help a lot if you enable the debugger ("Pause on exceptions" in the "Source" panel of Chrome dev tools) and spot the place where the error is thrown
The text was updated successfully, but these errors were encountered: