angucomplete-alt
angucomplete-alt copied to clipboard
Added ngModel
made ng-model available in field.
Use case: Form asking user to add their favorite grocery store. User has a grocery store that is not in the list. User should still be allowed to submit their favorite grocery store even though not in the list.
This allows ng-model so input data can be captured.
This should be accepted. It IS necessary.
i think this is important, specially when the autocomplete is an additional feature of an input form, not as the main feature. Also i found itu more consistent output.
It's possible that I don't fully understand what you are trying to accomplish, but I believe that by setting override-suggestions to true you should be able to accomplish the use case you mentioned above.
@SolutiaJI yes, i think you are right, i think at the time it wasn't apparent in the docs.
See this: http://stackoverflow.com/questions/35281158/angucomplete-alt-getting-value-of-text-when-it-doesnt-match/35395008
many people have this question