Skip to main content
10-Marble
January 24, 2025
Solved

Re: auto suggestion example with IBA values

  • January 24, 2025
  • 1 reply
  • 540 views

Hi avillanueva,

I need your assistance .

Currently we are using Legal Value List and that list contains 1000+ values which are poll separated.

We have random values like some values starts by Number some of them starts by ABC so we want to enhance the search capabilities so user can search by any numeric or characters value ,and then it will highlight in legal value list.
Now if any value user want to selects then he needs to scroll complete list .

For the same need a assistance which approach will be better .like if we can use DU to add searching criteria within same legal value list or any different approach for this things because here we add values in runtime from WC UI so need to think in that way .

Please suggest the solution or approach to achieve this

Best answer by HelesicPetr

Hi @New_10867550 

You can try SuggestTextBox

Auto suggestion example with IBA values

PetrH

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
January 24, 2025

Hi @New_10867550 

You can try SuggestTextBox

Auto suggestion example with IBA values

PetrH

10-Marble
January 26, 2025

Yes used same and it is working very well.

 

Simply get the legal value list in custom helper which implements suggestable and use that list to get searched by searchKey.

 

And return the searchResult