skip to Main Content

Javascript – I want to remove OK button from the ant design time picker I tried too many times but it's not resolving please check and let me know

<TimePicker onChange={handlePickTimeChange} placeholder="Start Time" format="HH:mm" allowClear={true} showNow={false} showOK={false} disabledTime={disabledTime} style={{ textShadow: '0px 0px black' }} /> showNow={false} this is working in my code but showOK={false} not working, I was written lot's of logic and trid many times but not happened…

VIEW QUESTION
Back To Top
Search