jsviews
jsviews copied to clipboard
Interactive data-driven views, MVVM and MVP, built on top of JsRender templates
Hi Boris, I am converting *plain objects/arrays* project to use View Models. When using *plain objects/arrays* I have no problems with checkboxgroup in this scenario. When using View Models I...
Hi Boris, When VM data is mapped, I was expecting to convert a JSON string of this form: `"HasVoted_list": "[{\"GUID\": \"51564165FA8149864D6D216391EAC4BB\", \"VoteState\": 1}]"` But, it is automatically parsed to valid...
Hi Boris, I am converting **plain objects/arrays** project to use **View Models**. I had one line that threw me for a loop ;-) **View Model** `if` tag fails silently to...
Hi Boris, I am converting **plain objects/arrays** project to use **View Models**. The `sort` function does not work when doing a simple conversion like this... `{^{for phones sort="number"}}` to `{^{for...
Hi Boris, Minor issues related to checkboxgroup... When using **plain objects/arrays** with two-way data bound `inputs` where the linked property does not exist in the underlying data, it is automatically...
Hi Boris, I haphazardly discovered a minor issue: I normally use `required` like this... `````` But I forgot and used it like this... `````` or this `````` neither of which...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.6.0. Commits b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit...
Hi Boris, I couldn't find a sample using a filter with observeAll...its got me a bit confused ;-) https://www.jsviews.com/#observeAll@filter **Case #⁠1** root props are passed through `name` (**unexpected**) while objects/arrays...
In order to have the `contenteditable` logic in one place, I moved check for `contenteditable === TRUE` to its own helper function and added a check for `plaintext-only`. As I...