Topic: clear button of date/time picker not working properly
emmdb priority asked 6 months ago
**clear button of datetime picker not working properly as similar to as it work in date picker as it is not clearing input
onTimepickerOpen event & onDatepickerOpen event are also not firing
is it any way we can remove clear button date/time picker **
clear button should clear input field in date time picker
** class-1-${r.id},
}}
onChange={handleChange}
onTimepickerClose={() => checkBlur(r.id)}
onDatepickerOpen = {()=> console.log("date picker")}
onTimepickerOpen = {()=> console.log("time picker")}
/>
**
emmdb priority answered 2 months ago
Im also having this issue please resolve it asap
Mateusz Lazaru staff commented 1 month ago
It's already on our to-do list, we'll try to fix it as a priority.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 8.0.0
- Device: Laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Mateusz Lazaru staff commented 6 months ago
Thanks for reporting this, we will take a closer look at this problem. There is no built-in option to remove the button, but I would add
display: none
if you want to hide it. We will fix that soon.