Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

displayed item in textfield is not the same as picked #55

Open SashaDudash1995 opened 6 years ago

SashaDudash1995 commented 6 years ago

How is it possible, for example ,if I picked row == 0 , displayed value in textfield is equal row == 7?

SashaDudash1995 commented 6 years ago

Is it fixed with the [self sendActionsForControlEvents:UIControlEventValueChanged]?