meteor-webix icon indicating copy to clipboard operation
meteor-webix copied to clipboard

Reactive Webix Forms

Open atlewee opened this issue 9 years ago • 0 comments

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"

atlewee avatar Apr 16 '15 07:04 atlewee