react-components
Here are 2,807 public repositories matching this topic...
-
Updated
Mar 10, 2021
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 10, 2021 - TypeScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
-
Updated
Mar 11, 2021 - TypeScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Mar 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
Mar 10, 2021 - TypeScript
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Mar 8, 2021 - Ruby
🐛 Bug Report
🤔 Expected Behavior
General input event handlers are triggered appropriately
 {
const message = plural(5, {
other: '# + #
})
return <p>{message}</p>
}-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
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."
Current Behavior😯
In version 5 a button click always triggers a submit.
Expected Behavior🤔
Submit should only be triggered if the button is of type 'submit'.
Steps to Reproduce🕹
Version 5:
https://codesandbox.io/s/funny-silence-4wdsx?file=/src/App.tsx
Version 4:
https://codesandbox.io/s/cool-forest-25i0x?file=/src/App.tsx