Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. listitem

    • W

      How to display expandable content by default for <list-item>
      Onsen UI • listitem list-item expandable content • • writeosahon

      2
      0
      Votes
      2
      Posts
      3541
      Views

      @writeosahon, Try showExpansion on init. https://onsen.io/v2/api/js/ons-list-item.html#method-showExpansion
    • ListItem
      React • react listitem • • OnsenUI

      9
      0
      Votes
      9
      Posts
      8419
      Views

      D

      @jay: I found using className=‘center’ adds ‘list-item__center list-item–chevron__center’ at runtime, but alternatively for className=‘title’ does not add ‘list-item__title list-item–material__title’ for sub element. Very confusing!