Home > mui-country-code-selector > CCSelectorCompositeProps > inputSize
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets the breakpoint size props of the phone number input components grid item, when the country code components are wrapped in a MUI Grid or MUI Grid2. Accepts an object with keys for MUI’s responsive breakpoints (xs, sm, md, lg, and xl), and the values can be either a number, a string ‘auto’ or a boolean. If the value for a breakpoint is false the prop is ignored.
See https://mui.com/material-ui/api/grid/#props (e.g., https://mui.com/material-ui/api/grid/#grid-prop-xs) for more information about the MUI Grid props, and https://mui.com/material-ui/customization/breakpoints/ for more information about MUI’s responsive breakpoints.
Signature:
inputSize?: ComponentSize;