Behaviors
Closed this issue · 1 comments
evanbb commented
Create typing extensions for adding behaviors to sections of forms, such as
- Hide a particular field if another field's value is greater than X
- Field selections need to be strongly typed - this could be challenging :|
- Take some influence from the MongoDB query syntax (eq, in, gt/gte, lt/lte, etc.) for comparisons
- Disable a field if another field's value is equal to X
- others?
evanbb commented
This explodes the complexity - less of a 1.1 thing, more like a 7.0 thing 🤣