Combo Box Filter As You Type on the fly

Issue No: FRM-1654
Created 11/17/2014 5:12:53 PM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.2
Description {color:#1f497d}This one is important because everyone expects the combo boxes to filter as they type. It should be as fast as Google.com which can filter trillions of records as fast as you type in their search box. Here is an example Sencha screen which shows how this should work. [http://dev.sencha.com/ext/5.0.1/examples/kitchensink/#form-combos] {color}   {color:#1f497d}In the example above, the 3{^}rd{^} combo box down allows you to select a State. When I tab into this combo box I can immediately start typing the state I want. For example, I type 't', then 'e' and it filters on the fly as I type to show only Tennessee and Texas. If I tab out with 'te' in the combo box it should select the first record in the combo box list which in this case would be 'Tennessee'. By the time I enter the third character ‘x’, it narrows the list to only Texas. At this point I can simply press Tab to select Texas and move to the next field.{color}   !pastedImage_d28247_0.png!