This is a migrated thread and some comments may be shown as answers.

Custom Values Documentation Typo

1 Answer 54 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 2
Iron
Veteran
Keith asked on 18 Feb 2021, 07:24 PM

Good day!  

I discovered a typo in the "Custom Values" documentation for the ComboBox.  On the page, under the Remote Services section, for the source of app.component.ts, there is a section of code:

 

/*
    Maps each custom text that the user types to the result of a function that performs http request to remove service.
    For further details about `switchMap` operator check:
    http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-switchMap
*/
public valueNormalizer =  (text: Observable<string>): any => text.pipe(switchMap(this.service));

 

On the comment line it states   "...performs http request to remove service."   I imagine you wanted that to be "....remote service.".

 

Peace,
Keith Nicholson

1 Answer, 1 is accepted

Sort by
0
Preslava
Telerik team
answered on 22 Feb 2021, 10:42 AM

Hi Keith,

Thank you for informing us of this issue. Indeed, it is a typo in our documentation and we will fix it as soon as possible.

We are updating your Telerik points as a token of our gratitude.

Regards,
Preslava
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ComboBox
Asked by
Keith
Top achievements
Rank 2
Iron
Veteran
Answers by
Preslava
Telerik team
Share this question
or