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

fix(v2): allow maximum rows for table fields to be optional #4945

Merged
merged 2 commits into from
Sep 27, 2022

Conversation

justynoh
Copy link
Contributor

Problem

Previous version of the app allows users to not add a maximum number of rows, resulting in unlimited rows being able to be added. React did not have this feature.

Closes #4935

Solution

Remove requiredness for max rows in edit table, update associated components and handlers to manage this possibility.

Breaking Changes

  • No - this PR is backwards compatible

Screenshots

Admin form

Screen.Recording.2022-09-27.at.1.03.47.AM.mov

Public form

Screen.Recording.2022-09-27.at.1.05.14.AM.mov

@justynoh justynoh marked this pull request as ready for review September 27, 2022 02:08
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

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

lgtm

@justynoh justynoh merged commit 5cb55c9 into form-v2/develop Sep 27, 2022
@justynoh justynoh deleted the form-v2/fix/optional-max-rows branch September 27, 2022 07:08
@justynoh justynoh mentioned this pull request Oct 5, 2022
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.

3 participants