Fork me on GitHub
#fulcro
<
2019-06-13
>
uwo13:06:55

would you accept a PR that made an exception for idents here? https://github.com/fulcrologic/fulcro/blob/develop/src/main/fulcro/ui/form_state.cljc#L139 The usecase is that I'd like to use datomic idents, e.g. [:my-entity/unique-attr v], to represent a reference instead of, say, the db/id. When the current form code encounters a vector it assumes a to-many relationship, but I'm wondering if it could be changed to ignore vectors acting as lookup-refs (in this case, for datomic not fulcro).