NaingAungLuu / form-conductor

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

Dynamic Evaluation of Mandatory/Optional flag #35

Closed NaingAungLuu closed 1 year ago

NaingAungLuu commented 1 year ago

We'll need to support evaluation of whether a field should be Mandatory or Optional at runtime based on the current form state.

IDEA

Feature requested by Issue https://github.com/NaingAungLuu/form-conductor/issues/34

NaingAungLuu commented 1 year ago

All developments deployed