Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Import RadioGroup in Annotated Example #31

Closed
h9h opened this issue Feb 1, 2017 · 1 comment
Closed

Missing Import RadioGroup in Annotated Example #31

h9h opened this issue Feb 1, 2017 · 1 comment

Comments

@h9h
Copy link

h9h commented Feb 1, 2017

Hi Tenner,

the annotated example needs the import RadioGroup together with Radio:
import { Form, ..., RadioGroup, Radio, ... } from 'react-form'

And in the jsx the element needs to be changed from

<radiogroup ... /> to <RadioGroup ... />.

Nice lib! Thanx

Michael

@tannerlinsley
Copy link
Collaborator

Thanks for the suggestion! Could you perhaps submit a PR to have those changes merged?

SeeThruHead added a commit that referenced this issue Mar 22, 2017
update docs to use built in radiogroup component, fixes #31
Qrysto added a commit to Qrysto/react-form that referenced this issue May 8, 2017
* commit 'bb384e6d88eec36d80a0087c6076cd159461d48d':
  Update PropTypes and createClass. (TanStack#55)
  update docs to use built in radiogroup component, fixes TanStack#31
  minor grammar update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants