NaingAungLuu / form-conductor

A declarative form validation for Jetpack Compose
https://formconductor.naingaungluu.me
MIT License
59 stars 5 forks source link

Dynamic Optional Flags #39

Closed NaingAungLuu closed 1 year ago

NaingAungLuu commented 1 year ago

We can now annotate properties whose optional flag is evaluated based on the values of the form. We're using @DynamicOptional annotation together with RuleBasedOptionalFlag evaluators