meteor-webix
meteor-webix copied to clipboard
Reactive Webix Forms
Is it possible to use this package with Webix forms to directly read write to a meteor collection? Trying to build a settings page/form without save/submit.
The fields should update sub attributes in the settings attribute.
Collection:
Doc1:
name: "A",
address: "Test"
settings:
setting1: "value1",
setting2: "value2"
Doc2:
name: "B",
address: "Test"
settings:
setting1: "value1",
setting2: "value2"