David Higgins
David Higgins
Due to a lack of follow up, I'm closing this issue.
If you use the "groups" functionality, you can provide the `styleClasses` in the group schema, VFG will update the form if the schema is modified ... so this would support...
Updating the schema to disable the fields is not a hack, it’s how VFG handles disabling fields. The CSS modification wasn’t intended to reduce the code size, and was meant...
interesting... I'll try to review this more thoroughly and get the PR merged or my feedback back to you ASAP
PR’s are always welcome.
If the model is updated outside of VFG, then you will have to trigger validation manually. For some use cases, you can probably use a custom VFG component field that...
PR’s are always welcome. Unfortunately, I think the 2-3 devs that were contributing the most to v2/v3 have taken a hiatus. I, for example, am not actively using Vue/VFG in...
this should be a v3 fix, as it would introduce breaking changes to anything that uses VFG and may happen to inherit styles from VFG (intentionally or not) on the...
What I did was create a schema parser, which was able to map strings to methods. For example “bind:someMethod”, would change the value from the string “bind:someMethod” and switch it...
To clarify, I look for “bind:” prefix in the schema value and then lookup and attach to that, whether it be a property or a function.