
I'm experiencing an issue when binding a JSON model to a table that has input enabled and TwoWay binding. To illustrate better, check out the example on JSBIN Example and within the output screen, drag each slider and notice the different behaviour.. The top slider works as expected, but the others get stuck as you drag it. When looking at it in more detail, it's like the whole item in the table is getting refreshed each time anything in that row changes.
Anyone seen this and/or have any ideas how to stop this happening while keeping TwoWay binding on?
Thanks,
Matt
Request clarification before answering.
Hi Matt,
I haven't put a slider in a table, but I have put one in a list, using a custom list item. The sliders work fine in this scenario:
<List items="{path: 'Objectives>/Objectives', templateShareable: true}" >
<CustomListItem>
<Slider value="{Objectives>Weighting}" min="0" max="100" step="5"/>
</CustomListItem>
</List>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.