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: [checkbox] implements open wc form control #6645

Closed
wants to merge 5 commits into from

Conversation

eljefe223
Copy link
Contributor

@eljefe223 eljefe223 commented Feb 17, 2023

Pull Request

πŸ“– Description

Implements open-wc/form-control

🎫 Issues

πŸ‘©β€πŸ’» Reviewer Notes

πŸ“‘ Test Plan

βœ… Checklist

General

  • I have included a change request file using $ yarn change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

⏭ Next Steps

@eljefe223 eljefe223 changed the title feat: [check-box] implements open wc form control feat: [checkbox] implements open wc form control Feb 17, 2023
"comment": "add open-wc form-control to fast-foundation",
"packageName": "@microsoft/fast-foundation",
"email": "jes@microsoft.com",
"dependentChangeType": "patch"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"dependentChangeType": "patch"
"dependentChangeType": "prerelease"

@eljefe223 eljefe223 force-pushed the users/jokreitl/open-wc-form-control branch 2 times, most recently from 2125947 to 6e1fa61 Compare April 3, 2023 21:42
@eljefe223 eljefe223 force-pushed the users/jokreitl/open-wc-form-control branch from 6e1fa61 to b0f324a Compare April 26, 2023 18:22
public required: boolean = false;

public requiredChanged(): void {
this.setValue(this.value);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why does changing required trigger a value update?

@janechu
Copy link
Collaborator

janechu commented Jun 10, 2024

Closing this, due to #6951 we are only putting in critical fixes or features.

@janechu janechu closed this Jun 10, 2024
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.

5 participants