Skip to content

TabItem text Transformation not working #1312

@bhavincb

Description

@bhavincb

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.

  1. <StackLayout *tabItem="{title: 'TabP1',textTransform:none}"></StackLayout>
  2. <StackLayout *tabItem="{title: 'TabP1',textTransform:'none'}"></StackLayout>
  3. <StackLayout style.textTransform="none" *tabItem="{title: 'TabP1'}"></StackLayout>
  4. <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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions