react-components
Here are 2,630 public repositories matching this topic...
-
Updated
Nov 8, 2020
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 27, 2020 - TypeScript
hi.
in "react semantic ui" document
search placeholder API is not documented while is implemented for component
please add
tnx
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 25, 2020 - 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
Nov 26, 2020 - TypeScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Nov 23, 2020 - Ruby
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
🙋 Feature Request
While useBreadcrumbs
makes the AriaBreadcrumbsProps
interface publicly available via @react-types/breadcrumbs
, useBreadcrumbItem
does not export the AriaBreadcrumbItemProps
interface, either directly or via @react-types/breadcrumbs
🤔 Expe
Describe the bug
The following PR introduced some breaking change in typings: https://github.com/beautifulinteractions/beautiful-react-hooks/pull/156/files#diff-b52768974e6bc0faccb7d4b75b162c99R19
Argument of type '() => void' is not assignable to parameter of type 'any[]'.
Type '() => void' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more
100% code coverage
-
Updated
May 10, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Oct 22, 2020 - 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."
Summary💡
Right now (at least if you use
multiple
) Autocomplete/useAutocomplete thevalue
that comes back inonChange
is always the raw option data. i.e. If you useoptions=[{value: 'a', label: 'A'}, {value: 'b', label: 'B'}]
and select the