This occurs only if you've set confirmFilters option to true. function(filterList: array) => void Example onFilterDialogClose function Callback function that triggers when the filter dialog closes. function() => void onFilterDialogOpen function Callback function that triggers when the filter ...
[Dialog] Revert incorrect textAlign style removal (#42778) @DiegoAndai [theme] Support CssVarsTheme in responsiveFontSizes return type (#42786) @jxdpDocs[material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal [material-ui] Fix issues reported by react-compiler ...
[dialog] fix broken styles if `maxwidth` is set to `false` (#32987) @kmurgic 635 - <!-- 04 --> [speeddialaction] add support for css variables (#32608) @gin1314 636 - <!-- 02 --> [tabs] increment scroll of the minimum amount possible (#33103) @...
[charts] Add style customization on bar (#8935) @alexfauquette [charts] Enforce axismin/maxover thenice()method (#9189) @alexfauquette [charts] Improve axis label and ticks label alignements (#9190) @alexfauquette [charts] Simplify the switch between responsive and fix dimensions (#9151) ...
[DataGrid] Set default overlay height in flex parent layout (#15535) @cherniavskii [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin ...
Basic Usage for dialog importReact,{useState}from'react';import{Dialog}from'mui-react-modal';import{Button}from'@mui/material';exportdefaultfunctionTest(){const[open,setOpen]=useState(false);consthandleDialog=()=>setOpen(!open);constdialogAction=<Buttonvariant='outlined'size='small'>Save</Button...
remove on hover effect when `disableripple` is set (#29298) @adamfitzgibbon 581 - [i18n] add the amharic language (#29153) @natig100 582 - [material] fix types for `variants.style` to accept callbacks (#29610) @mnajdova 583 - [popper] simplify prop types (#29680) @michaldudak ...
[material-ui][useMediaQuery]Add warning for using `useMediaQuery('print')` #44790openedDec 17, 2024 [material-ui][Dialog] Add slots and slotProps and deprecate *ComponentProps #44792openedDec 17, 2024 [Slider] Set onChangeCommitted to receive the last argument passed to onChange ...
customFilterDialogFooter(filterList: array) => React Component elevation number 4 Shadow depth applied to Paper component caseSensitive boolean false Enable/disable case sensitivity for search responsive string 'stacked' Enable/disable responsive table views. Options: 'stacked', 'scrollMaxHeight' (...
-->[dialog] fix broken styles if `maxwidth` is set to `false` (#32987) @kmurgic 1288 - <!-- 04 -->[speeddialaction] add support for css variables (#32608) @gin1314 1289 - <!-- 02 -->[tabs] increment scroll of the minimum amount possible (#33103) @...