Skip to content
#

react-components

Here are 2,983 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

dannify
dannify commented Jul 1, 2021

The ActionMenu is a combination of an ActionButton and a Menu/MenuTrigger. It is designed to be a convenience component and therefore will only offer a subset of the props available if someone was to build their own.

The icon for the ActionButton will be hardcoded to the More icon (3 dots). aria-label on the ActionButton should have a default translated string “More actions” but also the ab

beautiful-react-hooks
datafoo
datafoo commented May 25, 2021

Describe the bug
Extracting messages that occurs in several places in the code results in an entry containing all references on a dedicated line:

#: js/chart/HistoryChart.tsx:74
#: js/chart/LiveChart.tsx:77
msgid "Loading chart…"
msgstr ""

Expected behavior
Extracting messages that occurs in several places in the code should result in an entry containing all reference

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