mdlivingston / mat-select-filter

mat-select-filter
MIT License
28 stars 30 forks source link

Add support for [idMember]="'key'" to specify the property used for id in the array of objects #8

Open ishaan-puniani opened 4 years ago

ishaan-puniani commented 4 years ago

Hello,

I would like to contribute to this repo to have additional functionalities like to have attribute [idMember]="'key'" along with [displayMember] as I am having different unique id in the array of objects var variables = [ { key: 0, name: 'test0' }, { key: 1, name: 'test1' } ]

Also please document the steps/ script commands to build the component. It seems like script section is missing in the package.json

-- Thanks