1.

What Is Angular Material Contact Chips?

Answer»

md-contact-chips, an Angular Directive, is an input control built on md-chips and uses md-autocomplete element. The contact chip component accepts a query EXPRESSION which RETURNS a list of possible contacts. The USER can select one of these and add it to the list of availble chips.

Attributes

  1. * ng-model: A model to bind the list of items to.
  2. * md-contacts: An expression expected to return contacts matching the search TEST, $query.
  3. * md-contact-name: The field name of the contact object representing the contact's name.
  4. * md-contact-email: The field name of the contact object representing the contact's email address.
  5. * md-contact-image: The field name of the contact object representing the contact's image.
  6. placeholder: laceholder TEXT that will be forwarded to the input.
  7. secondary-placeholder: Placeholder text that will be forwarded to the input, displayed when there is at least on item in the list.
  8. filter-selected: Whether to filter selected contacts from the list of suggestions shown in the autocomplete.

md-contact-chips, an Angular Directive, is an input control built on md-chips and uses md-autocomplete element. The contact chip component accepts a query expression which returns a list of possible contacts. The user can select one of these and add it to the list of availble chips.

Attributes



Discussion

No Comment Found