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

react-components

Here are 3,035 public repositories matching this topic...

material-ui
m365i
m365i commented Jul 30, 2021

see country selector here in firefox from the example in the documentation:
https://material-ui.com/components/autocomplete/#country-select

in chrome there is no support for country flags emoji so its not relevant there.

if found out the issue is duo to letter-spacing style property in the component .MuiAutocomplete-paper and in the body.
you can solve the issue by setting the letter-spa

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

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