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

I think creating this issue here would make it visible to everyone who has the same question. So sorry for not asking on the Slack. Also Google will index this...

question

### Description It looks like I made a lot of terrible mistakes while making the Date and Time pickers. - too hard to customize the format - formatting doesn't work...

bug
enhancement

### Description In the current [documentation](https://react-md.mlaursen.com/components/bottom-navigations), it says "A fixed bottom navigation will be used when there are exactly 3 links. A shifting bottom navigation will be used when there...

enhancement

**Describe the bug** & **To Reproduce** When I have a DatePicker on one ExpansionPanel and then have a 2nd one on another ExpansionPanel, when I open the first one it...

bug

The temporary type for drawers (including mini) should have a way to open/closes the drawer by swiping the screen right or left (right to open left to close) This will...

enhancement

### Description Great lib! It would be nice to have a collapsing toolbar that transitions into a normal toolbar upon scrolling. Such a component can show more information (titles, info,...

enhancement

The date picker is pretty terrible for keyboard users right now. After playing around with keyboard-only navigation for a bit, I think it should probably behave something like this. ##...

bug
enhancement
v1

Example of code that reproduces the problem: https://codepen.io/anon/pen/bKYara It can be solved by workaround, for example, we can add the function to `onChange` prop that converts a string value from...

bug
enhancement
v1

I can't select hours/min with keyboard. I can navigate with tab through hours, but neither Space nor Enter select hour value. Date picker works (I can select date value with...

bug
enhancement

After removing my terrible implementation of SwipeableViews, the current DatePicker is unable to be swiped to change months. The `ReactSwipeableViews` has an infinite loader (like needed), however it does not...

enhancement