Is there any way to incorporate wildcard searching...
# suitescript
n
Is there any way to incorporate wildcard searching in custom fields added to a form?
e
What type of field?
n
It is a select field using form.addField
e
%
is usually the wildcard
I thought it came baked into the Select field; I'm not aware of a way to enable/disable it
n
Right, i can type % but then it doesn't allow me to type anything else to search. I am also adding my select options via addSelectOptions instead of using a source if that matters.
e
It might matter, I'm not sure though
n
It's an address select so we did it that way in order to filter it after the customer is selected.
Yep, its due to the source piece. If you add your own options it doesn't let you do that, but if you add a source it does allow wildcard search
👀 1