GithubHelp home page GithubHelp logo

Comments (4)

gmerabishvili avatar gmerabishvili commented on June 24, 2024

Hello, As I guess you have an array of objects and you're doing something wrong. I think you must do something like this: "this.selectedMother = this.mothers[0]. FirstName". Not "this.selectedMother = this.mothers[0]" which is an object.

from angular-ng-autocomplete.

idandvd avatar idandvd commented on June 24, 2024

Yes, you are correct, it is an array of objects, but it works just fine for everything other then setting the model in the ts file.
If I write "this.selectedMother = this.mothers[0].FirstName" then the text will show the right name but the object selected will be just the name instead of the "mother" object.
I think that what's happaning is that when setting the model outside the html form, the text box shows the toString of the object instead of the keyword property specified in the element.
Have a look at this:
https://stackblitz.com/edit/angular-ng-autocomplete-with-forms-bomg6s
I think the solution is easy, isn't?

from angular-ng-autocomplete.

gmerabishvili avatar gmerabishvili commented on June 24, 2024

Hello, sorry for late response. I was too busy : ) Yes, it's easy and here is the solution:
// ts file
selected: any = '';
public countriesTemplate = [{name: 'Albania'}, {name: 'Andorra'}, {name: 'Armenia'}, {name: 'Austria'}];
set() {
this.selected = this.countriesTemplate[2];
}
// html file
[ngModel]="selected.name".

That's all : )
P.S please update the library to 1.1.12 version. Thank you.

from angular-ng-autocomplete.

Dhamu143 avatar Dhamu143 commented on June 24, 2024

#19

from angular-ng-autocomplete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.