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

Add helperText prop to ArrayInput #4262

Closed
wants to merge 1 commit into from
Closed

Add helperText prop to ArrayInput #4262

wants to merge 1 commit into from

Conversation

netdown
Copy link

@netdown netdown commented Jan 7, 2020

Fixes #4227

(port of #4236 in next branch)

@fzaninotto
Copy link
Member

Tests fail because of final-form/react-final-form-arrays#78. We cant merge this one until react-final-form-arrays fixes their bug upstream.

<FieldTitle
label={label}
source={source}
resource={resource}
isRequired={isRequired(validate)}
/>
</InputLabel>
{(touched && error) || helperText ? (
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency shouldn't this be under the items? For other inputs we don't put the helper text between the label and the form control. @fzaninotto what do you think ?

@fzaninotto fzaninotto closed this Jun 5, 2020
@netdown
Copy link
Author

netdown commented Jun 5, 2020

@fzaninotto What is the reason of closing?

@WiXSL
Copy link
Contributor

WiXSL commented Mar 18, 2021

Tests fail because of final-form/react-final-form-arrays#78. We cant merge this one until react-final-form-arrays fixes their bug upstream.

This has been fixed in version 3.1.2

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.

4 participants