David Jensen
David Jensen
I've been thinking and planning for the same thing. One of the objectives of the new builder was to decouple the form building from external dependencies. So right now there...
Currently we re-process when a ordinary watch changes it, i.e. the schema object instance or form array is changed (ordinary `===`). Or if you issue a `schemaFormRedraw` event. I don't...
@rayhooker Yes this is the exact same problem. Schema Form messes with the form definition internally, massaging it in to a "canonical" form. Redraws of form is only done if...
@tuvokki yes that id the internal format. The wok being done on PR #505 means that we really need to make a copy of schema and form. So it will...
This is the single thing that keeps me from using atom-ide right know, maybe I'm inflexible :scream_cat:, but It's really useful just moving the cursor a bit back check what...
@marvinosswald you're getting the error since the first element in your template (in this case md-tabs) is asking for a private scope. The sfField builder adds a `sf-field` directive to...
Hmmmm I tried it out and indeed it doesn't work. Checked the code and no apparent reason for why not... your form definition is correct. Marking it as a bug.
I'm having the same issue, exasperated by us using a monorepo in which you can import things more than one way (but only one is correct...) The difference between `Button`...