Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230063

Android TV - ion-select label width (angular)

$
0
0

Since it is in the ShadowDOM you cannot edit it directly with CSS. You can use some JS though.

document
  .querySelector('ion-select')
  .shadowRoot.querySelector('.label-text')
  .setAttribute('style', 'text-overflow: unset; overflow: visible;');

Viewing all articles
Browse latest Browse all 230063

Trending Articles