Skip to content

SegmentedBar CSS color not applied correctly when items are bound #267

@enchev

Description

@enchev

Example:

<Page loaded="MyPageLoaded">
  <StackLayout>
    <SegmentedBar items="{{ someItems }}" />
  </StackLayout>
</Page>
function MyPageLoaded(args) {
    var page = args.object;
    page.bindingContext = { someItems: [{ title: "One" }, { title: "Two" }, { title: "Three" }] };
}
exports.MyPageLoaded = MyPageLoaded;
SegmentedBar
{
    background-color: red;
    color: blue;
    font-size: 30;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions