Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
How to create a single selection combo?
posted

Hi,

In the example of combo component(https://stackblitz.com/angular/mjvpnollgae) a single selection example is created with a combination of a input-group and a drop-down but the component is not responsive and has not filtering features.

Can the combo component be configured to allow only single selection?

My tests are with igniteui-angular 6.1.2

Parents Reply
  • 4315
    Offline posted in reply to Michael Steiger

    Hi, Michael.

    Thank you for your patience!.

    Since my last answer, we have introduced igx-autocomplete as a component, which is using igx-drop-down as a source and is filtering its items. Can you check if this is what you are expecting?

    I hope that the above component should be enough in your case. However, I want to share with you that in addition, we have introduced Virtual Drop Down, whose goal is to render only the visible items, in order to gain performance. Both with igx-autocomplete can be combined in cases when drop-down data is large. In your specific case having 600-700 items will not differ for the autocomplete, especially knowing that after filtering the list will be reduced. I just want to ensure you that if your data grows the performance will not change.

    I will wait for your feedback. Please don't hesitate if you have more questions or need a specific demo for your case. We will be very happy to work with you for the future! Thank you!

    Best regards,

    Nikolay Alipiev

    Software Developer

Children