react-components
Here are 3,082 public repositories matching this topic...
-
Updated
Aug 25, 2021
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Sep 5, 2021 - JavaScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 8, 2021 - JavaScript
<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
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 3, 2021 - TypeScript
🐛 Bug Report
Using keyboard to open select built with useSelect logs an error to the console
🤔 Expected Behavior
No errors should be logged to the console
😯 Current Behavior
The following error is logged:
stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.
💁 Possible Solution
Is your feature request related to a problem? Please describe.
React custom hook for playing audios
Describe the solution you'd like
Something like this one: StackOverflow: Playing sound in React.js
Describe alternatives you've considered
N/A
Additional context
N/A
100% code coverage
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Aug 29, 2021 - Ruby
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Aug 2, 2021 - TypeScript
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Sep 7, 2021 - TypeScript
Improve this page
Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.
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."
When the ArrowLeft key is pressed while there are selected options and
renderTags
is set to return null (so that no tags are rendered), the component breaks.<!-