Skip to content

Bind with ngModel #24

@christodev1

Description

@christodev1

how can i bind ngAutocomplete with ngModel?
I have a model like this

let prod:Product = {
id:1,
name:"cookie",
item_supplies:[
{id:1,name:"test",quantity:5},
{id:2,name:"test1",quantity:44},
{id:3,name:"test2",quantity:22}
]
}

So i need a input (autocomplete) for every item_supply. How can i bind with ngModel?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions