Hello,
I'm not sure if this is a limitation? But I'm trying to use a ComboBox to select a number from 1 to 100, using:
Sequence(100)
on the the Items property of the ComboBox . I want the user to be able to start typing a number and have the dropdown jump to that number (autofill / predictive).
However, the Allow Searching property will not change to true, even with Allow Multiple Selections... Is this a known issue using number sequences in a ComboBox ? Is there another way to make this autofill / predictive search functionality work on a numbered ComboBox dropdown list?
Thanks in advance!