IQDropDownTextField
IQDropDownTextField copied to clipboard
IQDropDownTextField setSelectedItem - Default value does not show in picker
Step 1. [textFieldOptionalTextPicker setItemList:[NSArray arrayWithObjects:@"1",@"2",@"3",@"4",@"5",@"6", nil]]; Step 2: [textFieldOptionalTextPicker setSelectedItem:@"4"]; Step 3: TextField shows the last selected value, but does not select that value in picker. Also, when trying to retrieve textfield's value by using textFieldOptionalTextPicker.selectedItem, it returns nil.
Environment: OS: Version 12.2 (21D49) Xcode: Version 13.2.1 (13C100)
Any news to this issue. I have the same problem, too.
This has been fixed.