react-md icon indicating copy to clipboard operation
react-md copied to clipboard

React material design - An accessible React component library built from the Material Design guidelines in Sass

Results 56 react-md issues
Sort by recently updated
recently updated
newest added

When autoOk = true, time should be automatically selected, but in the sample here is not working. ### Codepen: https://codepen.io/ivmarcos/pen/rwpjjz ### Version - React 15.5.4 - React-MD 1.0.15

bug

### Description Currently there is no way to select a year. This makes picking a birthday very difficult. More difficult the older you're :( I think the DatePickerHeader should add...

bug
enhancement

It'd be nice if there were min and max attributes on the Time Pickers

enhancement

### Description It would be good to be able to easily pick Date & Time in a combined picker ### Images/Screenshots ### Link to a gist or code sample where...

enhancement

When starting the DatePicker on the year view, there is no event when the year is picked so that the view could be auto switched to the calendar mode with...

enhancement

If once we pick some date in DatePicker, then it can't be simply erased. In conventional TextField if user type some text, he can remove written text by simple pressing...

bug
enhancement

### Description When the `autoOk` prop is added to a `DatePicker` component, keyboard accessibility is messed up with the `DatePicker`. When pressing the space key on a date picker element,...

bug
v1

Hi, in datepicker onchange looks like this : onChange(dateString, dateObject, **event**) but if autoOk is passed to component, after clicking on any day **event** is undefined ( normal confirmation button...

bug
enhancement
v1

**Description:** When you set a `minDate` value, you cannot actually select that date. **To Reproduce:** 1. Set the `minDate` value to `new Date()` *(today)*: ```jsx setStartDate(d)} pickerFooterClassName="hidden-footer" /> ``` 2....

bug
v1

https://material.google.com/components/steppers.html

enhancement
help wanted