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
Steps:
here getting flickering issue with mui textfield standard in nextjs app folder. How to resolve any idea. So here just you create an new project for the nextjs and mui ,In the mui take the basictextfileds component of the standard variant and check there will be a flickering issue getting. can u check the image whats happening in this
Current behavior 😯
flickering issue with textfield in mui
Expected behavior 🤔
not to flicker
Context 🔦
No response
Your environment 🌎
import * as React from 'react';
import Box from '@mui/material/Box';
import TextField from '@mui/material/TextField';
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example:
Steps:
here getting flickering issue with mui textfield standard in nextjs app folder. How to resolve any idea. So here just you create an new project for the nextjs and mui ,In the mui take the basictextfileds component of the standard variant and check there will be a flickering issue getting. can u check the image whats happening in this
Current behavior 😯
flickering issue with textfield in mui
Expected behavior 🤔
not to flicker
Context 🔦
No response
Your environment 🌎
import * as React from 'react';
import Box from '@mui/material/Box';
import TextField from '@mui/material/TextField';
const BasicTextFields =()=> {
return (
<Box
component="form"
sx={{
'& > :not(style)': { m: 1, width: '25ch' },
}}
noValidate
autoComplete="off"
>
);
}
export default BasicTextFields
The text was updated successfully, but these errors were encountered: