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

Field.children can be a function or a node #426

Merged
merged 1 commit into from
Feb 14, 2018
Merged

Field.children can be a function or a node #426

merged 1 commit into from
Feb 14, 2018

Conversation

timc13
Copy link
Contributor

@timc13 timc13 commented Feb 12, 2018

As defined in the propType.

@timc13
Copy link
Contributor Author

timc13 commented Feb 14, 2018

Could we get this merged? Currently, Typescript complains when I want to do this:

<Field type="select">
  <option>1</option>
  <option>2</option>
  <option>3</option>
</Field>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants