Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<win-pivot> doesn't output properly. #81

Open
realgoodappz opened this issue Nov 9, 2015 · 0 comments
Open

<win-pivot> doesn't output properly. #81

realgoodappz opened this issue Nov 9, 2015 · 0 comments

Comments

@realgoodappz
Copy link

Placing this into my HTML from the example

<win-pivot>
    <win-pivot-left-header>Custom Left Header</win-pivot-left-header>
    <win-pivot-item header="'First'">
        Pivots are useful for varied content
    </win-pivot-item>
    <win-pivot-item header="'Second'">
        This Pivot  is boring however, it just has things like data bindings: {{ratings.length}}
    </win-pivot-item>
    <win-pivot-item header="'Tail...'">
        Because it's only purpose is to show how to create a Pivot
    </win-pivot-item>
    <win-pivot-right-header>Custom Right Header</win-pivot-right-header>
</win-pivot>

Doesn't output anything within the headers. The HTML outputs as shown in both Chrome and Edge.

<div class="win-pivot-header-items">
<div tabindex="0" aria-hidden="true"></div>
<div tabindex="0" class="win-pivot-headers"></div>
<div tabindex="0" aria-hidden="true"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants