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(field): make required asterisk optional #5616

Conversation

npeters-dev
Copy link
Contributor

@npeters-dev npeters-dev commented May 14, 2024

Fixes #5256

Makes the required asterisks optional on text fields by adding an no-asterisk prop.

@npeters-dev npeters-dev marked this pull request as draft May 14, 2024 14:52
@npeters-dev npeters-dev force-pushed the text-field-optional-asterisk branch from 4952f9d to be5bb43 Compare May 15, 2024 08:45
@npeters-dev npeters-dev marked this pull request as ready for review May 15, 2024 08:46
Copy link
Collaborator

@asyncLiz asyncLiz left a comment

Choose a reason for hiding this comment

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

Looks great! Do you mind adding the same property to the select component?

@npeters-dev
Copy link
Contributor Author

Looks great! Do you mind adding the same property to the select component?

Not at all. I added the property to the select component, too.

@asyncLiz asyncLiz changed the title feat(textfield): make required asterisk optional feat(textfield,select): make required asterisk optional May 22, 2024
@asyncLiz asyncLiz changed the title feat(textfield,select): make required asterisk optional feat(field): make required asterisk optional May 22, 2024
Copy link
Collaborator

@asyncLiz asyncLiz left a comment

Choose a reason for hiding this comment

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

Awesome work!

copybara-service bot pushed a commit that referenced this pull request May 23, 2024
@asyncLiz
Copy link
Collaborator

I think more commits got pushed to the PR before copybara finished the import, so it didn't merge propertly. Sorry about that! This got added in c5e87b2 though, so we can close the PR now :)

@asyncLiz asyncLiz closed this May 23, 2024
@npeters-dev npeters-dev deleted the text-field-optional-asterisk branch May 24, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text field required asterisk should be optional
2 participants