David Karger
David Karger
If the property on a select menu has an mv-default, one would expect the select menu to be set to the value specified in the mv-default. If the option value...
mv-autosave ensures that I store any changes made in my mavo app. But suppose I am using the app on 2 machines and I forget to *load* the changed data...
Mavo lets you add buttons to the mv-bar. But if you have an app on e.g. a phone, not many of those buttons fit on a line. If they extend...
This codepen gives an example where js changes an input and then uses a data action to copy it; the copy gets the old, pre-change value. https://codepen.io/karger/pen/BazXoXx?editors=1010
The bottom of the Mavo demos page has links to Mavo in the Wild. At least one of them points to a page with no Mavo, and I believe there...
For traditional apps data loss is considered a severe sin, although we've lost some of that in the move to web apps. If someone makes changes to an app without...
In mavo when we have mv-app="foo", foo becomes the name by which we can refer to the root object of the app. Which has always been consistent for apps whose...
Playing around with the new vocabulary raised the following question: what happens when an mv-list has *multiple* mv-list-item children, that may have the same or different property names? Trying it...
Splitting mv-list and mv-list-item creates a new opportunity---or a new opportunity for messing up. It is now possible to define a property *inside* the mv-list but *outside* the mv-list-item. Mavo...
set to change the value of a list to the empty list fails to trigger a change event: it doesn't make the save button turn blue and doesn't trigger autosave....