Hi Dojo,
When using Interactive Automation Scripts with Dropdown components: UIBlockType overview | DataMiner Docs
I was wondering if this would support a native filter option in the UI to narrow down this dropdown list for the user?
Thomas Remmery [SLC] [DevOps Advocate] Answered question 27th February 2024
Hey Thijs
There's a property that can be set when initializing an Dropdown widget to enable filtering the dropdown:
DropDown MyDropdown = new DropDown()
{
IsDisplayFilterShown = true,
};
Jochen Dewachter [SLC] [DevOps Advocate] Posted new comment 27th February 2024
I drink rocket fuel for breakfast 😉
damn you are fast…!!