-
Notifications
You must be signed in to change notification settings - Fork 152
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
PropertyFieldChoiceGroupWithCallout: iconProps not working #154
Comments
AJIXuMuK
added a commit
to AJIXuMuK/sp-dev-fx-property-controls
that referenced
this issue
Mar 2, 2019
Merged
Awesome good work 👍 |
estruyf
added a commit
that referenced
this issue
May 17, 2019
Just tested this and it works as expected 👍 Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Category
Version
1.13.1
Expected / Desired Behavior / Question
When using the PropertyFieldChoiceGroupWithCallout, specifying the iconProps property in combination with the officeFabricIconFontName should render choice buttons with an icon instead of a regular radio button, just like the OOTB PropertyPaneChoiceGroup
Observed Behavior
When using the iconProps as below, the choice group does render buttons instead of radio buttons, but the icon is missing, leaving empty choice buttons instead :
Steps to Reproduce
Use the PropertyFieldChoiceGroupWithCallout control and specify an option using the code below, and notice the icon missing :
The text was updated successfully, but these errors were encountered: