Jurj Andrei George
Jurj Andrei George
A feature that should be considered is highlighting the matching text pattern, like illustrated with Material UI: https://mui.com/material-ui/react-autocomplete/#highlights The easiest way to achieve this would be through rendering a ``...
> ### getMatchingUnits > Yes. We should probably make something like `getMatchingUnits` available in the API. The easiest way to do this would be to iterate through the list of...
Any update on this?
It would be great to have this in Material UI as well, not only here in Base UI.
Are there any updates on this?
While the exact syntax for this is still not finalized and may change, I have opened this issue to request the individual customizability of range thumbs. It is not about...
> @TheOneTheOnlyJJ Why would this be needed? The core PasswordWidget works with MUI as it passes the correct prop to `BaseInputTemplate`, which then gets passed to MUI's `TextField`. See [the...
> @TheOneTheOnlyJJ Such custom password field can be implemented as [custom widget](https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-widgets-fields). I did nearly the same in my project. Would you share your implementation here? This way, everyone stumbling...
Yes, you are right, my proposal is not ideal and my use case can be solved by just passing the log scope as a string directly to my classes (no...
Does anyone have/know a fix for this? Since I've had this issue, I've been unable to develop my project further.