Skip to content

Not working with custom getter #19

Closed
@ZhukV

Description

@ZhukV

Hi. I have a problem with custom getter and use the optionTextField

I have a custom getter:

get fullName(): string {
    return this.firstName + ' ' + this.lastName;
}

But, if I try to use this property as optionTextField, then the I see the only empty string, without any error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions