iOSDropDown icon indicating copy to clipboard operation
iOSDropDown copied to clipboard

search is not working

Open isaacraja15 opened this issue 5 years ago • 6 comments

Hi bro i try Search self.Category.isSearchEnable = true but search result not filter ?

screenshot 2018-12-09 at 12 24 39 am screen shot 2018-12-09 at 12 23 54 am screen shot 2018-12-09 at 12 23 38 am

isaacraja15 avatar Dec 08 '18 18:12 isaacraja15

Any update on this?

mohsinka avatar Mar 20 '19 13:03 mohsinka

no, still i face that issue

isaacraja15 avatar Mar 21 '19 06:03 isaacraja15

Case Sensitive Issue we will solve on next Update

jriosdev avatar May 17 '19 10:05 jriosdev

I think it could be closed. The issue is gone.

ppaulojr avatar Jun 11 '19 18:06 ppaulojr

Hi! I still face the same issue.. I even removed the DropDown outside StackView. Selection and overlapping are then solved, but search still not working. Attached my view tree

Schermata 2019-10-07 alle 15 03 22

I triedl instead with an empty project (keeping the same Swift version of above, Swift 4), and the search filter works.. Could it be the scrollView the problem? In fact this is my new situation:

Schermata 2019-10-07 alle 19 03 02

But... doing other attempts I think the scroll view is not the problem since I copied my complex view structure as above in the empty project and the search filter works.. I tried even on different simulator iPhone and iPad and it was ok... I can't figure it out...

Mattia541993 avatar Oct 07 '19 12:10 Mattia541993

make sure your texfield.delegate is off doing this worked for me.

deveshjoshi-vinove avatar Sep 26 '23 10:09 deveshjoshi-vinove