Navigation

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

    • M

      Checkbox and ripple
      Onsen UI • button list ripple checkbox • • Michael Redwine

      3
      0
      Votes
      3
      Posts
      2298
      Views

      E

      Can you make a working example of this at https://onsen.io/playground/ and link it here? If it’s a bug (as it seems like it might be), I’ll add your example to a GitHub issue to track the problem.
    • ?

      Unsolved react flip move with react onset list
      Onsen UI • react list • • Guest

      2
      0
      Votes
      2
      Posts
      3025
      Views

      @sherscher never tried to use react-flip-move itself but you can better control the rendering of lists if you do something like this: <List> {this.state.listItems.map(function(data, i){ return <ListItem>{{data}}</ListItem> })} </List> Hope it helps.
    • List
      React • react list • • OnsenUI

      4
      0
      Votes
      4
      Posts
      4960
      Views

      E

      Instead of (row, index) I want it to be (row, index, foo). How do I change renderRow={this.renderRow} so that will work?