hideScrollButtons not working?
paper-tabs id="scrollableTabs" selected="0" scrollable hideScrollButtons="true"> paper-tabs id="scrollableTabs" selected="0" scrollable hideScrollButtons>
Still shows right and left buttons. Please correct me if I am wrong
As an attribute, you should write:
<paper-tabs id="scrollableTabs" selected="0" scrollable hide-scroll-buttons>
Sorry to say it didnt worked as expected. The arrows buttons are still visible. To be specific I am trying to implement it for a mobile app. Presently I have modified css to hide those buttons, but I think if the documents mention this "hideScrollButtons" attribute it may not be functioning right
@thatsmekaustubh I haven't been able to repro using this JSBin (latest Chrome / Safari / Firefox on OS X), can you?
URL to c9.io prj : https://ide.c9.io/killerj/polymer/ Path to exact file: mockups/mobil/index.html
I believe to edit it you may require permissions
@thatsmekaustubh Yeah, sign-in seems to be required, could you put (some version of) your code somewhere public?
hide-scroll-buttons actually works.