What are the best UX practices to show that an autocomplete data for an input field in a form is loading?
I'm a developer working on a form, which fills an autocomplete input field with available choices.
What would be the a good UX take to show that those suggestions are loading?
I'm thinking on disabling the field and showing a small loading spinner over the input field.
Any ideas or examples?