Open andyfensham opened 3 years ago
Sure, you have the full power of Vue available to you!
Sorry, I meant from within the json
I made a list of some examples where vue form libraries try to do this: Issue #230 Can you use v-if's using the schema generator.
I think it should be re-opened as a feature/ RFC to add to the upcoming major version, but I know first it requires buying into a method for either representing conditional logic in schema JSON or using some other pseudo-JSON in the schema.
@eyleron ive reopened the other issue for now 👍
Is it possible to add dynamic visible / invisible or disabled expressions, or calculated fields based on other fields. For e.g. you might disable a specific field when a specific value is selected in a dropdown, or hide a field on the basis of certain dropdowns through an expression. Almost like Angular Formly