Fix material ui example
See original GitHub issuein example https://codesandbox.io/s/4042v50094 when i add placeholder for Textfield
<Field
name="firstName"
component={TextField}
placeholder="first name"
type="text"
label="First Name"
/>
i see
How to fix it ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Troubleshooting - Material UI - MUI
This document covers known issues and common problems encountered when migrating from Material UI v4 to v5.
Read more >React List component - Material UI - MUI
In the following example, we demonstrate how to use react-window with the List component. It renders 200 rows and can easily handle more....
Read more >Frequently Asked Questions - Material UI - MUI
You need to create a new sheets instance for each request. Example of fix: -// Create a sheets instance. -const sheets = new...
Read more >React Autocomplete component - Material UI - MUI
Each of the following examples demonstrates one feature of the Autocomplete component. disableCloseOnSelect.
Read more >App Bar React component - Material UI - MUI
The App Bar displays information and actions relating to the current screen.
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
@maccuaa see this example https://codesandbox.io/s/735n418n1x
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.