Picker - allow search if only input length > 5

  • 8 January 2013
  • 1 reply
  • 2 views

Badge +4

Hi all,


 


Is there an easy way (not building a custom control) to only allow the user to search, on the picker control, if the input length is greather than 5 characters?


 


Thank you,


Tiago


1 reply

Badge +4

A not elegant workaround (we will lose some nice functionalitty provided by the picker control) is to build a list view and set the rules on the search filter and use this view as a modal popup (sub view).

Reply