#Allow only Hours on TimeInput
3 messages · Page 1 of 1 (latest)
No that is not supported
you could try using NumberInput with a custom parser and formatter instead. this way you can set them up to be between 0-23 hours and ignore the minutes entirely:
https://codesandbox.io/s/mantine-numberinput-as-hourinput-7747ib