FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

Never ending "Add Item"s

Open barrettj opened this issue 9 years ago • 2 comments

Sometimes when a field is added (FXFormSection addNewField) it's not added at the end, but rather one before the end, which causes an endless loop of adding new fields.

This seems to happen 100% of the time if I do the following:

Have a field be an NSArray (the assumed type will be of NSString).

Go into the app and do the following:

Press Add Item twice. Delete the top item. Tap the remaining item to bring up the keyboard (this is important, loop doesn't occur if you don't enter editing). Tap Add Item. There will be a never ending string of "Add Item"s added.

barrettj avatar Mar 24 '15 17:03 barrettj

Anyone have any ideas on this?

barrettj avatar May 13 '15 18:05 barrettj

Did you find any solution to this issue?

gohar-musoyan-shocase avatar Dec 28 '16 10:12 gohar-musoyan-shocase