issue is To restrict md-chips to fill only by autocomplete options no other chip should allowed.
any suggestions?
ty in advance
issue is To restrict md-chips to fill only by autocomplete options no other chip should allowed.
any suggestions?
ty in advance
You need to set md-require-match
to true
on the Md-chips element.
md-require-match boolean If true, and the chips template contains an autocomplete, only allow selection of pre-defined chips (i.e. you cannot add new ones).
Also see the Custom Inputs Demo from Ng Material Docs 2