Jurj Andrei George
Jurj Andrei George
> [@TheOneTheOnlyJJ](https://github.com/TheOneTheOnlyJJ) I've faced this problem myself and built an extension of the `TextField` to add the title to the label when it is cropped. Right now we don't have...
> [@TheOneTheOnlyJJ](https://github.com/TheOneTheOnlyJJ) I wonder whether this would help us solve the problem we are facing with [#3751](https://github.com/rjsf-team/react-jsonschema-form/issues/3751). Are you willing to attend one of our Friday meetings as posted in...
> [@TheOneTheOnlyJJ](https://github.com/TheOneTheOnlyJJ) See the above comment as an example. Honestly, I think it would be a useful exercise for someone to implement the `AltDateTimeWidget` and `AltDateWidget` in the `mui` theme...
Hmm, exposing variable names and internal error messages like this to the user is not good for UX. The way the message is formatted looks good layout-wise, but for a...
Sadly, I have a lot of work to do on my bachelor's thesis project (also for which this feature request would help me), and I am not available to contribute.
For anyone reading this having this same issue, I got around it by keeping the `extraErrors` state as `RJSFValidationError[]` like this: ```ts const [extraErrors, setExtraErrors] = useState([]); ``` and also...
> [@TheOneTheOnlyJJ](https://github.com/TheOneTheOnlyJJ) Have you tried using the [ErrorSchemaBuilder](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/utility-functions/#errorschemabuildert--anyinitialschema-errorschemat-constructor)? It was designed to overcome these issues. Hmm, I wasn't aware this existed until now. I've tried implementing it in my Form...
I've also tried wrapping both the `ErrorSchemaBuilder` in a `useMemo` and also the `ErrorSchemaBuilder.ErrorSchema`, but still, I do not get the newly added/set errors immediately, only after I either change...
Is there any update on this?
Would you happen to have a rough idea of when it will land in Material UI? I opened mui/material-ui#44280 some 4 months ago, and it seems like it was fixed...