Unlike date picker, range picker of antd has two place holders defaulted to Start Date, End Date
I want to change the placeholders to Start, End.
I have tried the following code which doesn't work as expected
<RangePicker placeholder={"start,end"} />