You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: