-
-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Description
i'm trying to remove default text-transformation applied to TabItem title inside TabView. but i'm unable to make it happen.
i tried 3 different scenario mentioned below. but none is working.
<StackLayout *tabItem="{title: 'TabP1',textTransform:none}"></StackLayout><StackLayout *tabItem="{title: 'TabP1',textTransform:'none'}"></StackLayout><StackLayout style.textTransform="none" *tabItem="{title: 'TabP1'}"></StackLayout><StackLayout textTransform="none" *tabItem="{title: 'TabP1'}"></StackLayout>
how to change TabItem title from TABP1 to TabP1?
here is playground demo https://play.nativescript.org/?template=play-ng&id=Yzv3vE