rhyolite
rhyolite copied to clipboard
The current `validationInput` only works with `inputElement`. This PR creates two similar functions to work with `textArea` and `dropdown`. Unlike the other two input types, dropdown input's values can be...
Consider this: 1. The Dom stores children in a list 2. `Adjustable` allows patches on a map showing kv-pair rearrangement 3. `extensibleListWidgetWithSize` spoofs keys for a map solely widgets are...
See [`PatchOrReplacement`](https://hackage.haskell.org/package/patch/docs/Data-Patch-PatchOrReplacement.html#t:PatchOrReplacement). `SemiMap k v` is very close to `PatchOrReplacement (PatchMap k v)`, except `MonoidalMap` vs `Map`.