You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @p1Machado. I don't see the FormControl, therefore I guess you meant the one rendered by the wrapField helper, right? Yep, it'd be nice to have it configurable as well. I think adding a wrapProps, similar to most of the props for AntD version of wrapField would be good and enough.
We're mostly finished with v3 and I think this could be added there.
Hi @p1Machado. I don't see the FormControl, therefore I guess you meant the one rendered by the wrapField helper, right? Yep, it'd be nice to have it configurable as well. I think adding a wrapProps, similar to most of the props for AntD version of wrapField would be good and enough.
We're mostly finished with v3 and I think this could be added there.
I've meant TextField. Actually material-ui renders a FormControl inside the TextField component. This component used here is the one I was refering as missing a possibility of passing a classes prop.
I am trying to style the FormControl in a SelectField, but neither style or classes are being provided to the TextField component.
I believe that at least the classes prop should be explicitly provided to TextField: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/SelectField.tsx
The text was updated successfully, but these errors were encountered: