height: '2rem !important', justifyContent: 'center', border: `${isError ? '1.5px solid #DE350B' : '1.5px solid #D4D5D8'}`, textOverflow: 'ellipsis', overflow: 'hidden', }, '&:hover': { '&& fieldset': { border: `${isError ? '1.5px solid #DE350B' : '1.5px solid #616...
[material-ui][TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error #44540 commented on Jan 6, 2025 • 0 new comments Bump typescript-eslint to ^8.19.1 (major) #44532 commented on Jan 6, 2025 • 0 new comments [material-ui][TextField] Fix notched outline...
mj12albert changed the title [TextareaAutosize] Page load nextjs app router unstable height TextField multiline [TextareaAutosize] Unstable height when rendered in a Next.js RSC page Aug 24, 2023 Member mj12albert commented Aug 24, 2023 • edited @vladpaul09 I can reproduce this – ...
interrupt auto-hide on keyboard interaction (#29852) @eps1lon 494 - <!-- 12 -->[snackbar] dismiss on escape press (#29850) @eps1lon 495 - <!-- 06 -->[textfield] associate accessible name and description by default (#29782) @eps1lon 496 497 ### `@mui/joy@...
hasEnumValues && <MuiTextField {...fieldProps} error={error} InputProps={inputProps} helperText={schema.customId === "optional" ? "Leave this blank to autogenerate an ID" : "ID of the new document"} onChange={(event) => { let value = event.target.value; if (value) value = ...
{classes.textField}`} variant="outlined" inputProps={{ className: classes.textField }} fullWidth multiline rows={2} defaultValue={application?.permitRequirements || null} placeholder="Please describe the permitting requirements. Please be sure to mention the authority having jurisdiction" name="...
I want a<TextField>that displays the corner grabber for resizing, that is part of<TextareaAutosize>. Ie. I want to get in my multiline<TextField>withminRowsandmaxRows. In case it helps expedite the request: we are paying customers on the premium level: 💳 #84512 ...
When clicking the padding-area, the cursor jumps to the last known cursor position Expected Behavior 🤔 When clicking the padding-area, the cursor jumps to the nearest position like it does for single-line textfields Your Environment 🌎 can be reproduced on demo site with e.g. Firefox 81...
However, for the Material UI TextField with the multiline prop, the legacy Base UI TextareaAutosize (used by Material UI <TextField multiline /> and Joy UI Textarea) and Joy UI Textarea, we need to fix it in the core repo as shown below: --- a/packages/mui-base/src/TextareaAuto...
text-field.md textarea-autosize.md src/pages/components text-fields MultilineTextFields.js MultilineTextFields.tsx textarea-autosize MaxHeightTextarea.js MaxHeightTextarea.tsx MinHeightTextarea.js MinHeightTextarea.tsx framer/scripts framerConfig.js packages/material-ui/src Dialog...