mavo
mavo copied to clipboard
Create web applications entirely by writing HTML and CSS!
Post-release leftover work from #99: Ability to include a custom error message template, with class mv-error.
This is not essential (since we can have cross-Mavo expressions), but it would be nice to have. - Saved data would be disjoint, i.e. parent's data not included in the...
In general people who have logged in know who they are and don't need to be told. So, the whole "logged in to X as Y" text is some unnecessary...
Currently when using a form element with a `readonly` attribute ([pen](https://codepen.io/leaverou/pen/VwXPoOz?editors=1100)): - Because it's a form element, it does not contribute to `needsEdit`, i.e. no editing UI shows up unless...
Hi When using select/option with a mavo list, it seems that mavo applies a width to element in edit mode, that doesn't allow to see full text see [codepen](https://codepen.io/galinhalx/pen/eYMvmzx) Is...
There is literally *no* use case where authors would want the Mavo bar to be inserted as a direct child of `` before `` and even if there were, they...
Mavo is designed so that nothing is saved to storage until some part of the data takes on a non-default value (an efficient idea, since if all values are defaults...
Some storage back-ends provide state that could be valuable to mavo authors if they could get access to it. For example, the firebase plugin provides a unique user id, a...
According to the documentation, mv-mode should be "live" in an mv-app element; in particular it should be possible to evaluate an expr in order to set the mv-mode to edit...
Right now if two properties have the same name in the same scope they become an "implicit collection" which is saved as an array but is immutable: you cannot remove...