Is there a way to make autocomplete options only accept a listed option - not "custom" inputs?
Title
Solution
that is unfortunately not how autocomplete works because they only serve as suggestions. to do that, you would need to compare the inputted value on your end.