react-flatpickr icon indicating copy to clipboard operation
react-flatpickr copied to clipboard

How to replace custom DIV with flatpickr's <input ...> element?

Open denishrana09 opened this issue 5 years ago • 1 comments

I am using Range flatpickr, I want to hide native element and want to add my own view instead of that. But problem is when you hide it, your calendar view has no way to open. and I managed to put custom DIV but then my DIV's border and Calendar's border has no way to looks connected(and I must want border).

Thank you.

denishrana09 avatar Sep 09 '19 13:09 denishrana09

I got reference from link and I replaced my own view there instead of <input.../> but still I faces issue of border, the calendar position has some problem.

whatever I fix programmatically, it always goes 1px right or left.

denishrana09 avatar Sep 10 '19 09:09 denishrana09