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(v2): allow creation of rating fields in admin form builder, fix nested updates #3834

Merged
merged 6 commits into from
May 9, 2022

Conversation

karrui
Copy link
Contributor

@karrui karrui commented May 6, 2022

This PR builds on #3817 for refactors done to edit form field decorators.

Problem

This PR adds ability to create rating fields in admin form builder screen.
Also fixes bug where nested values were preventing preview from updating. It was most obvious when changing rating field option values, but it also affects changes such as updating validation options for certain fields.

Closes #3403

Solution

Features:

  • allow creation of rating fields in admin form builder screen

Bug fixes:

  • fix: rerender preview form on nested input value changes

Before & After Screenshots

New stories added for EditRating component.

@karrui karrui requested review from timotheeg and tshuli May 6, 2022 06:51
Base automatically changed from form-v2/adminform/dropdown-builder to form-v2/develop May 6, 2022 10:10
@karrui karrui force-pushed the form-v2/adminform/rating-builder branch from 0520613 to dfe0086 Compare May 6, 2022 10:21
Copy link
Contributor

@timotheeg timotheeg left a comment

Choose a reason for hiding this comment

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

lgtm

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