Skip to content

Tag: material-ui

MUI React, Minimum Date

How can I set Minimum Date, so the user can’t pick To Date that is before From Date. Here is my Two Date Pickers, using moment to format the date. Answer You can use the minDate prop: Min selectable date. You can add it to your second DatePicker, like: (Working example)

How to clear TextField in react?

Hi everyone i have a question regarding on how to clear TextField after clicking the icon? thanks Answer Here is the whole solve. There was an error in the filterResults function. Codesnadbox link – https://codesandbox.io/s/how-to-clear-textfield-in-react-tb73t