3lvis / Form

The most flexible and powerful way to build a form on iOS
http://hyper.no
Other
1.64k stars 145 forks source link

Hidden field order #571

Closed jeffleeismyhero closed 7 years ago

jeffleeismyhero commented 7 years ago

This PR resolves an issue identified in #429. When fields are initially hidden and subsequently shown, they appear at the top of the section rather than their JSON defined arrangement.

This solution seems inelegant, but works -- which is why I'm requesting review.

3lvis commented 7 years ago

Hi @jeffleeismyhero,

Would you mind adding a unit test so we make sure this doesn't break in the future?

Thanks!

3lvis commented 7 years ago

We can add the unit test later ;)