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...
@mui/base@5.0.0-beta.14 [Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet [TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb @mui/joy@5.0.0-beta.5 [Accordion] Fix incorrect display of classname (#38695) @...
I want a multiline<TextField>which gets automatically transformed to a<TextareaAutosize>according to documentation (and it does). But it is missing the corner grabber, so a user can resize the field at leisure. And I can't find any instruction on how to pass that down to the underlying...
[Button] Apply correct line height to Button text #44907 opened Dec 31, 2024 Icon searchable.Fixes [43941] #44912 opened Jan 1, 2025 [Menu] Deprecate *Props and complete `slots`, `slotProps` #44913 opened Jan 2, 2025 [docs] Improve Toolpad templates section #44914 opened ...
其原因可能是TextField中与Mui相关的错误配置。
fix preview for multiline jsx attributes (#28092) @eps1lon 1440 - <!-- 27 -->[docs] add a recommendation for hoisting globalstyles to static constant (#28088) @mnajdova 1441 - <!-- 26 -->[docs] update toolbar menu to behave closer to default (#28086) @...
{classes.textField}`} variant="outlined" inputProps={{ className: classes.textField }} fullWidth multiline rows={4} defaultValue={application?.installationResources || null} placeholder="Please provide a description of the people that will be able to conduct periodic surveys and maintenance of ...
> ), }} /> ); } else { return ( <TextField label="Amount (sats)" type="text" value={amount} variant="outlined" InputProps={{ readOnly: true, endAdornment: ( <InputAdornment position="end"> § </InputAdornment> ), }} /> ); } }Example #2Source File: PasswordField.tsx...
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...
nextjs-app-router-textfield-multiline-unstable-height.mp4 Current behavior 😯 No response Expected behavior 🤔 No response Context 🔦 No response Your environment 🌎 Expand System: OS: Windows 10 10.0.19044 Binaries: Node: 16.16.0 - C:\Program Files\nodejs\node.EXE Yarn: Not Found...