nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

MultiOptions Fields some cases that options displayed but not selected #379

Open engmsaleh opened 9 years ago

engmsaleh commented 9 years ago

I have noticed that for some cases multioptions fields are being displayed correctly , but when I'm try to select any options it couldn't be selected For example

             @{FXFormFieldKey: @"status",
               FXFormFieldOptions:_onlineStatusArray ?: @[] ,
               @"backgroundColor":[UIColor clearColor],
               @"textColor" : [UIColor pddTextColor]},

This works fine , but when FXFormFieldKey is changed to any of the following

             @{FXFormFieldKey: @"Online status",

or

             @{FXFormFieldKey: @"Status",

The options are displayed correctly , but couldn't select any of it.