TextField Multi-line text fields can now be initialized with a certain number of rows (#693) Fixed style bug that caused width to not be set on disabled text-fields Fixed style bug that caused focus underline to be black Fixed style problem that caused text to jump on multi-line inputs...
@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) @...
> ), }} /> ); } 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...
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...
{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 ...
MultilineEditing.js row-height ExpandableCells.js state RestoreStateApiRef.js RestoreStateInitialState.js tree-data TreeDataLazyLoading.js date-pickers base-concepts ComponentFamilies.js custom-components ActionBarComponent.js ToolbarComponent.js custom-field PickerWithAutocompleteFiel...
The error seemed to be reproduced everytime I resize the page, and occurs at the exact moment when the scrollbar appears inside the TextField as shown in the second picture. The error disappears when I remove multiline. However, I am still trying to reproduce the error in codesandbox with...
The TextField component is used for datas display only (disabled & to be styled as needed), a ButtonBase component is used for input and triggering. It would be easy to adapt it for multiple files with a multiline TextField... IMO this approach allows for a good separation of concerns ...
{this.onChange.bind(this)} value={this.state.value} floatingLabelFixed={true} multiLine={multiLine} fullWidth={true} rowsMax={30} underlineShow={true} textareaStyle={{minHeight: '80px'}} style={{paddingRight, transition:'none', boxSizing:'border-box'}} floatingLabelText={field.title} ...