Hello, I am working on a form where a user will select a caliber from a list of options. Calibers will begin with a "." but a lot of the time users forget that. So if they want to search for .357, they may type 357, like wise when selecting a specific size 9mm for instance there is no period, (but I would like to again be able to ignore when appropriate)
Is there any way to make the autocomplete control ignore characters, and still look for non literal but inferred strings? eg: .357 works because it's correct formatting, but 357 also works and assumes the leading "."
Thanks!