3lvis / Form

The most flexible and powerful way to build a form on iOS

Home Page:http://hyper.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark fields as initially hidden in the JSON

3lvis opened this issue · comments

Would be great if you could mark a field as hidden by adding a "hidden" flag to the field's json.

{
  "id": "first_name",
  "hidden": true
}

References #317

got it, plan to push tonight the solution

Released on 3.0.2 => https://github.com/hyperoslo/Form/releases/tag/3.2.0

Thanks for your contribution @matteocrippa, you are awesome!