Skip to content

Commit

Permalink
Update readme to be less first person
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Dec 17, 2024
1 parent 44aa427 commit 6f54745
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ how you'd normally use [react-select](https://react-select.com/home). It will
accept all of the props that the original package does, with a few additions and
exceptions listed below. So if you have a question on basic usage, your best bet
is to check the original docs or google "How to (some functionality) with
react-select" and just swap out `react-select` for `chakra-react-select`.
react-select" and just swap out `react-select` with `chakra-react-select` in
your code.

## Extra Props

Expand Down Expand Up @@ -247,9 +248,9 @@ In the migration to
[Chakra v3](https://www.chakra-ui.com/docs/get-started/migration#input-select-textarea),
they ended up removing the `invalid` prop from the `Input`, `Select`, and
`Textarea` components themselves in favor of always having the user pass it into
the wrapping `Field.Root` instead, but I felt that it wouldn't hurt to keep the
prop on this component as well, as users don't always wrap their components in a
`Field.Root` in the first place.
the wrapping `Field.Root` instead. However, it was decided that it wouldn't hurt
to keep the prop on this component as well, as users don't always wrap their
components in a `Field.Root` in the first place.

```tsx
return (
Expand Down

0 comments on commit 6f54745

Please sign in to comment.