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

fix: changed setupDefault to set initialValue which will set dirtyValue fa… #3642

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

marjonlynch
Copy link
Contributor

@marjonlynch marjonlynch commented Aug 6, 2020

Description

setting initialValue in setupDefault which will set dirtyValue to false after changing and allow binding to update the value after.
closes #3635

Added to the fixtures a button to validate the change, each click attempts to increment the value of the slider.

Issue type checklist

  • Chore: A change that does not impact distributed packages.
  • Bug fix: A change that fixes an issue, link to the issue above.
  • New feature: A change that adds functionality.

Is this a breaking change?

  • This change causes current functionality to break.

Adding or modifying component(s) in @microsoft/fast-components checklist

Process & policy checklist

  • 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.

…lse after changing, fixed some typos in comments
@marjonlynch marjonlynch force-pushed the users/marjon/fix-slider-setupdefault branch from 3a6d21e to c5f11e1 Compare August 7, 2020 17:45
Copy link
Member

@chrisdholt chrisdholt left a comment

Choose a reason for hiding this comment

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

LGTM

@marjonlynch marjonlynch merged commit 0b30fdf into master Aug 7, 2020
@marjonlynch marjonlynch deleted the users/marjon/fix-slider-setupdefault branch August 7, 2020 18:33
@EisenbergEffect EisenbergEffect added this to the Release 06 milestone Aug 11, 2020
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.

Two-way biding is not working for fast slider
4 participants