Scales-Nature-Park / start-native-app

MERN based full stack data entry mobile application and admin desktop application for the START project.
MIT License
1 stars 1 forks source link

NEW Features & Bug Fixes #24

Closed mbahgatTech closed 2 years ago

mbahgatTech commented 2 years ago

Changes

Multiple Field Display Conditions:

Added support for multiple conditions that display conditional fields.

There are 2 types of Conditions:

  1. String conditions:
    {
       condition: "Value of parent",
       ...fields
     }
  2. List conditions:
    {
       condition: ["Potential Value 1 of parent", "Potential Value 2 of parent", "Potential Value 3 of parent"],
       ...fields
     }

Any of the values above will result in the display of the conditional field. Comparison is case insensitive.

Field Autofill Support #22