Can I remove form validation for autocomplete

I want the autocomplete functionality in textfield but don't want it on Form validation.

I have a textfield that takes a name (which I've set to autocomplete from a collection). I've added a logic that if the added text is not in the collection, it'll create an item in the collection when Submit button is tapped.

Now I want to restrict the form filling if this field is empty, but I also don't want to validate the autocomplete. Right now if I turn on Form Validation for this field, it adds for both. Is there a way to do one and not the other?

3
2 replies