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 dropdown fields in admin form builder #3817

Merged
merged 8 commits into from
May 6, 2022

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Apr 29, 2022

Problem

This PR adds ability to create decimal fields in admin form builder screen.

Also moves EditFieldDecorator used by all admin field builder stories into storybook utils to remove duplicate code and some other refactors seen below

Closes #3405

Solution

Features:

  • allow creation of dropdown fields in admin form builder screen

Improvements

  • ref: inline getButtonText util function back to caller
  • ref: rename common/utils.ts to common/constants.ts
  • ref: move all EditFieldDecorator instantiations to storybook utils

Before & After Screenshots

New stories added for EditDropdown component.

@karrui karrui merged commit fe41313 into form-v2/develop May 6, 2022
@karrui karrui deleted the form-v2/adminform/dropdown-builder branch May 6, 2022 10:10
@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.

2 participants