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

With the new release of React 18, it is now possible to generate unique IDs that are stable across server and client with the [useId](https://reactjs.org/docs/hooks-reference.html#useid) hook. This means I can...

enhancement

**Is your feature request related to a problem? Please describe.** When using a keyboard to navigate tabs, the new tab does not become active until you press enter or space....

enhancement

**Describe the bug** The list of classes generated for the `@react-md/material-icons` package is incomplete and is missing various icons. **To Reproduce** Steps to reproduce the behavior: 1. `npm install --save...

bug
enhancement

The [`useKeyboardMovement`](https://github.com/mlaursen/react-md/blob/57033bd9e9837a0985c35c66fdbb1f08d74f7c85/packages/utils/src/wia-aria/movement/useKeyboardMovement.ts), [`useActiveDescendantMovement`](https://github.com/mlaursen/react-md/blob/57033bd9e9837a0985c35c66fdbb1f08d74f7c85/packages/utils/src/wia-aria/movement/useActiveDescendantMovement.ts), and [`useFocusMovement`](https://github.com/mlaursen/react-md/blob/57033bd9e9837a0985c35c66fdbb1f08d74f7c85/packages/utils/src/wia-aria/movement/useFocusMovement.ts) were an attempt at implementing some required accessibility helpers for different widgets. Since I wanted most of the movement utils to support typeahead movement as...

Planning react-md Versions
autocomplete
menu
select
utils
wia-aria
tree

As of v3.0.0, the base `react-md` package has been updated to support the new module system in c7177e6 + 958f34f. I'll need to figure out how to implement it for...

enhancement

Bumps [@types/formidable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/formidable) from 2.0.4 to 2.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/formidable&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.44 to 18.0.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.44&new-version=18.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

**Is your feature request related to a problem? Please describe.** The main use case for this feature would be linking state together for multiple form parts. The best example is...

enhancement
form
text-field

Due to the already large size of the v4.0.0 release, I'm going to move some of the targeted changes for the v5.0.0 release target instead. # v5.0.0 Release Target ##...

enhancement

Firstly, thanks for your excellent work on this library! **Is your feature request related to a problem? Please describe.** I have a list of users I would like to put...

enhancement
autocomplete