I am using andt datepicker component. In my case, the clear icon covers calendar button.
I need to remove the clear button and allow to clear manually. (but, as far as I know, currently it can not be done). Or I need to move the clear button inside calendar modal, for instance, next to "Today" button. Is it possible?
I tried to set false value to 'allowClear' property. It removes clear button. But, datepicker value can not be cleared manually

You can use
renderExtraFooterto customize the footer. Right now there's no option to add more content withTodaybutton. But you can hide the currentTodaybutton and render your custom footer. I rendered aTodayandClearbutton in datepicker footer and setshowNowto false to hide the existing button. You can also check Extra Footer example.Here's the complete code