We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi. I have a problem with custom getter and use the optionTextField
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.