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

feat: remove formset component #932

Merged
merged 1 commit into from
Mar 26, 2020
Merged

feat: remove formset component #932

merged 1 commit into from
Mar 26, 2020

Conversation

jbadan
Copy link
Contributor

@jbadan jbadan commented Mar 25, 2020

Description

Remove deprecated FormSet component. It was replaced by FormFieldset.

fixes #issueid

@jbadan jbadan requested a review from a team March 25, 2020 16:02
@netlify
Copy link

netlify bot commented Mar 25, 2020

Deploy preview for fundamental-react ready!

Built with commit 24bc187

https://deploy-preview-932--fundamental-react.netlify.com

@@ -102,7 +102,7 @@ export const FormsComponent = () => {
is displayed below the input field.`}
title='Input Help Elements'>
<>
<FormSet>
<FormGroup>
Copy link
Contributor

Choose a reason for hiding this comment

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

Could these be replaced with <FormFieldSet instead of <FormGroup?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do they need to be a FormFieldSet?

Copy link
Contributor

Choose a reason for hiding this comment

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

nope! I didn't mean to suggest they should be. I just read the PR description and saw

It was replaced by FormFieldset

So I thought I'd ask

Copy link
Contributor

@skvale skvale left a comment

Choose a reason for hiding this comment

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

LGTM

@jbadan jbadan merged commit bfcc8e7 into master Mar 26, 2020
@jbadan jbadan deleted the feat/remove-formset branch March 26, 2020 17:08
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.

None yet

2 participants