Material-ui - field type `data-url`
See original GitHub issuePrerequisites
- [x ] I have read the documentation;
- In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
- Ideally, I’m providing a sample JSFiddle or a shared playground link demonstrating the issue.
Description
I am using the material-ui theme, which I love to have available. Only no proper data-url field Widget is present in Material-ui.
Because of this the title
property is not rendered for material-ui, type: data-url
.
Is this on purpose and am I missing some functionality?
Version
├─ @rjsf/core@2.3.0 └─ @rjsf/material-ui@2.3.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12
Top Results From Across the Web
React Text Field component - Material UI - MUI
The TextField wrapper component is a complete form control including a label, input, and help text. It comes with three variants: outlined (default),...
Read more >TextField API - Material UI - MUI
Name Type Default
autoComplete string
autoFocus bool false
classes object
Read more >Input API - Material UI - MUI
Name Type Default
autoComplete string
autoFocus bool false
classes object
Read more >TextField API - Material-UI
Name Type Default
autoComplete string
autoFocus bool false
classes object
Read more >Links - Material UI - MUI
The Link component allows you to easily customize anchor elements with your theme colors and typography styles.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve been having this problem as well, I’ve been able to use the “ui:help” helper text as a work around in some places, but it would be great to have the label show up for file inputs.
@heath-freenome regarding “needs playground link”:
It was already mentioned by @hoetmaaiers in their 3rd post in this issue:
Currently, the playground URL gives 404, but I assume it will still be a problem when it comes back online, as no fix was referenced yet.