Closed parkerdonat closed 7 years ago
how to fix it?
How you are setting your textField 'itemList'? What was your 'isOptional' parameter? Could you please share a demo?
Sure. So I set these in the viewDidLoad. Here is an example of how I set them.
self.fontTextField.isOptionalDropDown = NO; self.fontTextField.delegate = self; [self.fontTextField setItemList:[UIFont arrayOfFonts]];
Don't know why but it should work. Could you please share a demo so that I can tKe a look at weekend.
Could you please provide a demo?
I believe this is fixed with #50, could you please recheck?
I changed my .text to .selectedItem and now the dropdown menu doesn't activate when tapped anymore. I checked this on my device and on simulator. Here is my sample code to initiate the dropdown:
Any ideas on how to fix this? Any help would be greatly appreciated. Thanks!