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

Beta Prep #4

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Beta Prep #4

wants to merge 19 commits into from

Conversation

mosesintech
Copy link
Contributor

@mosesintech mosesintech commented Jun 23, 2023

This PR will

  • update README
  • update id to databaseId in form fields.
  • add declaration files to dist
  • expand debugging
  • fix known bugs
  • add email confirmation field
  • add requiredIndicator and customRequiredIndicator to form fields

When merged, v1.0.0-beta will be ready to be published.

Even if the field was not required, the mutation expected at least an empty string.
This does not affect Address, Captcha, Consent, FileUpload, Hidden, HTML, Name, Page, Radio,
Section, or Select
This commit also fixed the typing issue we had with strings to unions regarding captcha, and fixed
Consent field missing from requiredFields.
@mosesintech mosesintech linked an issue Sep 20, 2023 that may be closed by this pull request
@mosesintech
Copy link
Contributor Author

This last commit adds the requiredIndicator and customRequiredIndicator feature mentioned in #15.

It also adds an indicatorClass prop to the GravityForm component so devs can style the indicator like they want.

When requiredIndicator is "TEXT", or "CUSTOM" and customRequiredIndicator is null, the indicator is Required with an intentional space before the word. This may change if needed.

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.

Add Required Field Indicator Setting Support
1 participant