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

Clearing a select fields causes a crash on subsequent opening #552

Closed jeffleeismyhero closed 8 years ago

jeffleeismyhero commented 8 years ago

When a select field is cleared using the "clear" button, subsequent access causes - (BOOL)identifierIsEqualTo:(id)identifier to hit the else condition which calls abort().

This removes the else condition and allows the method to return NO.

3lvis commented 8 years ago

Hi @jeffleeismyhero, you're a maintainer now, so you can make a branch in Form. You don't need to use your own branch anymore.