Fork me on GitHub
#fulcro
<
2023-08-31
>
JAtkins21:08:27

Conceptually, why does a rad form when adding a row mark the fields of this new child complete? It seems that defeats the purpose of complete?ness. https://github.com/fulcrologic/fulcro-rad/blob/9a8176203c948956fce2ccfc577ca167a5ff6182/src/main/com/fulcrologic/rad/form.cljc#L1239C50-L1239C50

tony.kay00:09:46

It is only marking the keys that you gave defaults for, and that are considered optional.

tony.kay00:09:36

(keys new-child)…`new-child` is the map of props that initial-state or default-state set

tony.kay00:09:57

those fields are “complete” in the sense that they need not be edited to have a value