IQDropDownTextField icon indicating copy to clipboard operation
IQDropDownTextField copied to clipboard

IQDropDownTextField setSelectedItem - Default value does not show in picker

Open ArshdeepTrantor opened this issue 3 years ago • 1 comments

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)

ArshdeepTrantor avatar Feb 11 '22 14:02 ArshdeepTrantor

Any news to this issue. I have the same problem, too.

ElKnarzo avatar Mar 01 '22 13:03 ElKnarzo

This has been fixed.

hackiftekhar avatar May 18 '23 14:05 hackiftekhar