Skip to content
#

react-components

Here are 2,843 public repositories matching this topic...

material-ui
FrAgFo0d
FrAgFo0d commented Mar 30, 2021

At the moment in PaginationItem I can set common styles in the styles.root.
These can be overwritten by styles.page (if you do not use (props: PaginationItemProps)).

However material also adds the page styles to the next and previous button. Preventing you from styling those seperately from the page buttons. I would like it that the next and previous button would not have the page styles in t

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
pauloborges
pauloborges commented Feb 5, 2021

Describe the bug

Given a message like {input, plural, other {# + #}}, one would expect both # placeholders getting replaced by the plural value. But only the first one is actually replaced.

To Reproduce

import { plural } from "@lingui/macro"

export default function App() {
  const message = plural(5, {
    other: '# + #
  })
  return <p>{message}</p>
}

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