The Wayback Machine - https://web.archive.org/web/20210504095303/https://github.com/topics/react-components
Skip to content
#

react-components

Here are 2,878 public repositories matching this topic...

material-ui
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

AJLemos
AJLemos commented Apr 23, 2021

🐛 Bug Report

useHover() takes a isDisabled prop which blocks hover events when the button is disabled. This works well.

However if a button is disabled while it is being hovered the hover state sticks on the disabled button.

🤔 Expected Behavior

Hovering then pressing the button in the Example component below will render:

<button disabled>Hover & Press</button>
beautiful-react-hooks

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