Topic: clear button of date/time picker not working properly

emmdb priority asked 2 weeks 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")}

            />

**


Mateusz Lazaru staff commented 1 week 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.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • 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