I can't change the icon in the KeyboardTimePicker
. I read about the KeyboardButtonProps
and InputAdornmentProps
but I don't understand how can it help me...
my KeyboardTimePicker
for keyboard icon there was created new prop : keyboardIcon
import Favorite from '@material-ui/icons/Favorite'
...
<KeyboardTimePicker
label="Masked timepicker"
placeholder="08:00 AM"
mask="__:__ _M"
value={selectedDate}
onChange={handleDateChange}
keyboardIcon={<Favorite />}
/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With