HI
I can't find a control that gives me the same functionality as igCombo did in javascript.That is, fill the combo with a table with the pair (keyvalue, description) with filter and autocomplete.With the igx_combo I cannot configure it for simple selection, with the autocomplete control it leaves me the keyvalue as a visible value in the imput box and on the drop-down not have autocomplete feature
What is the control that replaces it?
Pablo
Hello Pablo,
More detailed Information regarding our igxCombo, igxAutocomplete and igxDropDown and the differences between them can be found here. Regarding filtering the igxSelect you can try this sample. The filtering starts working by typing the item’s text when the list is opened.
Do not hesitate to contact me if you have any additional questions regarding this matter.
Regards, Monika Kirkova, Infragistics
Hi
I don't understand your answer, monika.It has nothing to do with my query.First: I know well the differences between gxCombo, igxAutocomplete and igxDropDown, I don't need information about this, I know where to look for it. That is precisely why I specify them in my question because none of them works to emulate the functionality of javascript igCombo!Second: Thank you for your example but it is not what I am looking for. I don't understand why he gives me an example with groups and I don't understand why he gives me an example that doesn't have autocomplete and filter?Your example only has a dictionary search. This is not the standard functionality to select a reference table from a database (id, description).The selection of a reference table that includes autocomplete is something extremely basic that any set of data-oriented tools should provide.
Currently these functionalities are not supported by the igxCombo, igxAutocomplete and igxDropDown. What I can suggest is creating a feature request in our GitHub repository here if you want to see it implemented in any of our future releases. This will give you the opportunity to communicate directly with our developers and get notifications when new information regarding your query is available.
When creating the request please be sure to be specific and provide as much details as possible. Attaching a working sample, screenshots and any information that consider relevant are going to be very helpful.
Please let me know if you need more information.
Hi Monika
No, that is not what I am looking for. It seems that you do not understand me or it is very bad my English (which is true).Here is an example of what I need www.igniteui.com/.../cascading-combos, but I need it in Angular.Just pressing a key in the first combo fills the child combo (or child grid or whatever is updated).I don't need to do anything else!In your last example I have to type the text and then => press the down arrow and then => press the space bar to select and then => click outside the control to make a selection.
In applications where agility is needed it is not possible to perform a key combination as if it were the "fatality" of Mortal Kombat ;-)It's not possible.
I bought the product looking for development agility with Angular but with the same functionality that IgniteUI js gave me.I have no problem telling me "Look Pablo, that functionality is not implemented yet". Well, in the future it will be done. But please, don't send me any more examples that don't meet my needThank you
I’ve made a sample for you, showing how a single selection in the igxCombo can be achieved.
Please let me know whether this suggestion helps you achieve your requirement or if you need more information.