I´m trying to bind the selected values, but i don´t know how.
I'm using the value option in my tagfield item like this:
bind: { value : '{record.topics}', }
but in this case I had an error in this line:
var keys = Object.keys( this._selected ),
so I inserted an "If" tag before:
if( !this._selected )this._selected = {};
and in this case It didn´t throw any error but it didn't bind either.
So i don't know if it´s the correct way to implement it.
Thanks for help with this issue
I´m trying to bind the selected values, but i don´t know how.
I'm using the value option in my tagfield item like this:
bind: { value : '{record.topics}', }but in this case I had an error in this line:
var keys = Object.keys( this._selected ),so I inserted an "If" tag before:
if( !this._selected )this._selected = {};and in this case It didn´t throw any error but it didn't bind either.
So i don't know if it´s the correct way to implement it.
Thanks for help with this issue