-
Notifications
You must be signed in to change notification settings - Fork 1.9k
RadioButton Border color not working for focused visual state #15806
Copy link
Copy link
Open
Labels
area-controls-radiobuttonRadioButton, RadioButtonGroupRadioButton, RadioButtonGrouppartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
In Maui RadioButton while customizing radio button style using Visual State, the border color of radio button is applied for the Normal Visual State. When the Visual State is Focused the the border color is not applied. Also need to customize Radio button selected color.
Steps to Reproduce
- Create a file > .Net Maui App
- Add ContentPage.Resources in MainPage.Xaml
- Add Style to ContentPage.Resources
- Add Setter Property="VisualStateManager.VisualStateGroups" to style
- Add Visual state Group list to VisualStateManager with Normal and Focused state
- Add Radiobuttons to ContentPage
- Set StaticResource to Radio button style property and bind with ContentPage.Resources specifed Key
- Run the sample and Select any radio button item
- The text color and background color is changed only on move hovered on selected item and border color will not be applied
Link to public reproduction project repository
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10.0.19041.0
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-radiobuttonRadioButton, RadioButtonGroupRadioButton, RadioButtonGrouppartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working