Arnd Beissner

Results 5 comments of Arnd Beissner

@tomdye thanks for looking quite deep into this. I think it's worth it, a good Typeahead widget is a core component of so many applications. What you outline seems to...

The implementation was changed to use the property "Model" rather than "model". The documentation (README.md) doesn't reflect that - yet. Try "Model: jsonSchema(...)" instead and see if that works for...

Re 1: see the readme.md near the end: "The dmodel/store/Validating module is a store mixin that adds functionality for validating any objects that are saved through put() or add()." Re...

Yes, a string is okay (actually that's what I use most of the time), but please look at the dStore documentation and tutorials. Docs for dModel are scarce, but quite...

Little time ATM, just some hints: - the property "name" in the schema is declared to be of type number. From your example it should probably be "string". So you...