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 issue with icon element monochrome sample not working #1309

Merged

Conversation

marcelwgn
Copy link
Collaborator

Description

Motivation and Context

Fixes #725

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@marcelwgn marcelwgn force-pushed the dev/725-fix-iconelement-monochrome-sample branch from 98b56a8 to e965427 Compare August 28, 2023 16:22
@marcelwgn marcelwgn merged commit abc151b into microsoft:main Oct 31, 2023
2 checks passed
@marcelwgn marcelwgn deleted the dev/725-fix-iconelement-monochrome-sample branch October 31, 2023 20:19
@hawkerm
Copy link

hawkerm commented Nov 1, 2023

Is this related to some bug with nullability, booleans, and binding?

@marcelwgn
Copy link
Collaborator Author

I think the issue is more related to the control not properly rerendering when you change the ShowAsMonochrome property

karkarl pushed a commit that referenced this pull request Jul 15, 2024
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
Fixes #725
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
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.

Icon Element Monochrome Checkbox Doesn't Work
3 participants