Steps to reproduce Link to live example: https://github.com/mui/material-ui/blob/v6.1.1/docs/data/material/components/autocomplete/Tags.tsx Steps: Use an Autocomplete component with 'multiple' argument. Try to select tags by clicking and...
A big thanks to the 13 contributors who made this release possible. @ mui/material@6.1.2 [Autocomplete] Fix listbox opens and closes on click when used withlimitTags(#42494)@ appleSimple [Button] IgnoredarkandcontrastTextif not provided in the theme (#43861)@ siriwatknp [Button] Fix re...
[autocomplete] explain how to use getoptionlabel in free solo mode and update getoptionlabel type (#32165) @michaldudak 1270 - <!-- 28 --> [badge] fix customization of classes (#32185) @michaldudak 1271 - <!-- 03 --> [textfield] add a workaround for safari ...
show) return ( <FormTextField name={name} {...props} type={showPassword ? 'text' : 'password'} autoComplete="current-password" label="auth:fields.password" InputProps={{ endAdornment: ( <InputAdornment position="end"> <IconButton onClick={handleShowPassword} edge="end"> {showPassword ...
-->[autocomplete] explain how to use getoptionlabel in free solo mode and update getoptionlabel type (#32165) @michaldudak 1924 - <!-- 28 -->[badge] fix customization of classes (#32185) @michaldudak 1925 - <!-- 03 -->[textfield] add a workaround for safari ...
[Autocomplete] Fix listbox opens and closes on click when used with limitTags (#42494) @appleSimple [Button] Ignore dark and contrastText if not provided in the theme (#43861) @siriwatknp [Button] Fix regression for color inherit (#43862) @siriwatknp [LinearProgress] Fix background ...
mui-rte is a complete text editor and viewer for the MUI library (formerly Material-UI) based on draft-js and written in Typescript. It is ready to use out of the box yet supports user defined blocks, styles, autocomplete strategies, async/sync custom atomic blocks, callbacks, and ...
[autocomplete] add verbose warning for defaultvalue (#27925) @vedadeepta 1510 - <!-- 78 --> [badge] add missing classes to exported class object (#27943) @pvdstel 1511 - <!-- 41 --> [buttongroup] allow `size` customization via module augmentation (#27834) @aaron...
Summary Allow the groups of an autocomplete to be ordered. Say I have 3 groups of Hello, World, Football, I’d like to be able to control the order the groups get displayed in. Currently they seem to get displayed in alphabetical order. I...
- <!-- 22 -->[material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar - <!-- 19 -->[docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot - <!-- 16 -->[docs] Use slot variants over `theme.variants` (#42614) ...