Skip to content

Binding with multiple values #10

@magda26

Description

@magda26

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions