Flex Editable ComboBox Filters list values -
i working on flex 3.6a sdk , need make editable combobox should able filter dropdown list values based on user inputs. not sure how though...plz suggest.
thanks,
i think you're looking autocomplete combobox.
you can use tink's here: http://www.tink.ws/blog/filtercombobox/
code: https://code.google.com/p/tink/source/browse/trunk/flex3/src/ws/tink/mx/controls/filtercombobox.as
swc: https://code.google.com/p/tink/downloads/detail?name=tink_flex3_mx.swc&can=2&q=
or one: https://github.com/flextras/flextrascomponents/tree/master/autocompletecombobox/halo
Comments
Post a Comment