Skip to content
#

react-components

Here are 3,159 public repositories matching this topic...

material-ui
orenmizr
orenmizr commented Oct 20, 2021

version: mui 5.x
os: windows
browser: all

the library gives you a way to specify the number of grid columns. the typescript compiler won't:

export type GridSize = 'auto' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;

this will not allow you to set the column option

<Grid container spacing={2} columns={24}>
  <Grid item xs={16}>
    <Item>xs=16</Item>
  </
baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

Improve this page

Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-components topic, visit your repo's landing page and select "manage topics."

Learn more