Lukas Tyla
Lukas Tyla
> I need to check the behavior on the picker, but the validation value from the field should be correctly forwarded. I've tested and it seemed that Picker did not...
@GBvanDam for a widget with the `dropdown` role your mentioned behavior is expected, but for Pickers using a text field or a group of `spinbutton` elements that is not necessarily...
@siriwatknp Is this still relevant? π€
Look into and provide an example with FormData API (and/or React 19 form actions). Range picker deserves a separate attention.
Thank you for being interested. π Sure, feel free to explore adding form library integration examples. π > I'm looking at [the page](https://next.material-ui-pickers.dev/guides/forms) you linked, but it doesn't seem related...
Hello @aqeelat, thank you for creating this issue. π I can confirm a slight inconsistency in styling overrides and available slots/classes between Picker and Mui `OutlinedInput`. However, the slot you...
@aqeelat It [is deprecated](https://mui.com/material-ui/api/input-base/#input-base-classes-MuiInputBase-inputSizeSmall), the only issue is that the team deprecated the slots/classes only on the `InputBase` component. I suspect the team might have forgotten the components that extend...
@aqeelat Thank you for noticing it. π We might have introduced inconsistent cases due to `@mui/material` `TextField` migrating away from `inputSizeSmall`. I think that we should/could add a deprecated `inputSizeSmall`...
> Letβs also make sure that it has the same size as a small outlined input. I think can be achieved by adding these styles: > [...] @aqeelat Could you...
@aqeelat I don't think there is an issue here. π€ You need a slight modification to your style overrides. π In case of `TextField`, you are applying the padding styles...