Created dynamic dropdown and binding the names of the product and data is huge.
If try to enter some text its not working.
When type some text in dropdown it should filter and display related data/names to select.
José Silva [SLC] [DevOps Catalyst] Answered question 10 hours ago
Hi Niranjan,
You can achieve that using the following option in your dropdown:
new DropDown { IsDisplayFilterShown = true, Width = 200 };
José Silva [SLC] [DevOps Catalyst] Answered question 10 hours ago