Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Chips autocomplete

maxSS edited this page Nov 29, 2018 · 5 revisions

JamChipsAutocomplete

import { JamChipsAutocompleteModule } from 'ngx-jsonapi-material';

Selector: jam-chips-autocomplete

Properties
Name Value type Required Description
@Input() multiple boolean false
@Input() parentId string false
@Input() toRelate Resource true
@Input() placeholder string false
@Input() displayAttribute string true
@Input() collection DocumentCollection true
@Input() removeRelationships boolean false
@Input() disabled boolean false
@Input() limit number false
@Output() toRelateChange EventEmitter<Resource> false

Simple select

Clone this wiki locally