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

**Description:** In order to quickly validate if a form is valid, I use the form's `checkValidity()` function. The browser will go through all the form's elements and check for their...

bug
v1

### Description It would be helpful to be able to render elements that are not `Option`s in the `Select`/`Listbox` components like a `Divider`. The current implementation forces [every option to...

enhancement
form
select

The complexity of this feature is enormous, so I'm going to write up the requirements and expectations to help me figure out how to implement this feature. # Basic Requirements...

enhancement

Since the `Configuration` component handles initializing most of the context providers within `react-md`, it might be worthwhile to also include the `MessageQueue` as well.

enhancement
layout
alert

This looks like something I forgot to port from v1 -- there was an [`autohideTimeout`](https://github.com/mlaursen/react-md-v1-docs/blob/98c0edbc3e02dfa8d74a3cf5708563ca921d71bd/src/js/Snackbars/SnackbarContainer.js#L100) that could be configured a bit easier. This also might be a good time to...

bug
enhancement
alert

The nested route link is not shown in "toggleable-mini" mode. Please refer the demo: https://react-md.dev/packages/layout/demos "Route 2" icon is not shown, so we cannot go to this route in "toggleable-mini"...

bug
enhancement
layout

I'm trying to integrate the TextField with the react-datepicker library, but when a date is picked from the calendar, it sets the field value but does not trigger the float...

enhancement

Hi, Can we have some kind of flag (hidden / render) to hide a link from LayoutNavigationTree list? - there might be a situation where we need to show/hide a...

enhancement

Currently, you need to use the Intl.DateTimeFormat for formatting dates in the DatePicker. This is a little clunky, and passing a custom function into the DateTimeFormat prop doesn't quite work....

enhancement