Vitaly Rtishchev
Vitaly Rtishchev
It's not really a good idea to remove readonly from the input – it will allow users to use free input when they are not supposed to
I've tried to fix the issue, but it seems not to be possible without very nasty hacks. I suppose DatePicker, TimeInput and several other inputs just do not support native...
Thanks for reporting, I'll add an option to override `closeOnActionTrigger` on action level in one of the next releases.
What browser and os are you using?
mantine.dev home page works correctly in Firefox
Thanks for reporting and investigation
Fixed in 5.1.4, Navbar now has `bottom: 0` css property, we cannot set height to auto though as there are header and footer height dependencies in css variables. Height can...