You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
In a ContentPage, I'm using TabView. After updating to the newest Xamarin.Forms 5.0.0.2083, Xamarin.Essentials 1.7.0 and Xamarin.CommunityToolkit 1.3.0-pre1, the TabIndicatorColor in TabView doesn't show up until we start changing tabs.
Steps to Reproduce
Start a new Xamarin Forms project
Update to the latest Xamarin.Forms 5.0.0.2083
Add a new TabView on a page
Give the TabView a TabIndicatorColor property a color value
Run the app and not see the tab indicator
Expected Behavior
TabIndicatorColor should appear bellow the tab selected
Actual Behavior
TabIndicatorColor won't show up until starting to change tabs
Basic Information
Version with issue: 1.3.0-pre1, 1.2.0 , 1.1.0, 1.03