Telerik Forums
KendoReact Forum
1 answer
110 views

I would like to be able to pass props other than view to custom toolbar components. Here is an example of a custom title tip I would like to add to the button. Any idea how I would do something like this?

https://stackblitz.com/edit/react-nmy4tg?file=app/backgroundColorTool.jsx

 

Shane
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 03 May 2022
1 answer
118 views

Is it possible to add the character counter or do some kind of character count with the React Editor?

 

Konstantin Dikov
Telerik team
 answered on 03 May 2022
1 answer
184 views
Hi there. When I use a mouse or trackpad to scroll the TimePicker, it scrolls too fast, is there a way to slow it down?
Konstantin Dikov
Telerik team
 answered on 02 May 2022
0 answers
119 views

when adding a hyperlink it is not showing cursor: pointer and the link is not opening when clicking on it. Happening here in this editor.

test

 

Shane
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 29 Apr 2022
1 answer
147 views

I am losing underline and strikethrough when I change font size, foreColor or backColor. I am changing the default font and font size in onMount.

const styles = `p {font-family: EYInterstate; font-size: 14px;}`;

const onMount = (event) => {
const iframeDocument = event.dom.ownerDocument;
const style = iframeDocument.createElement('style');
style.appendChild(iframeDocument.createTextNode(styles));
iframeDocument.head.appendChild(style);
};

 

Not sure if that is causing this. Any ideas?

 

Filip
Telerik team
 answered on 29 Apr 2022
1 answer
107 views

when I use the align buttons the spaces in my text is getting removed. I'm not sure why. I have changed the default font in onMount. I don't think that should matter.

before

after

 

 

Filip
Telerik team
 answered on 29 Apr 2022
1 answer
925 views

i am logging and saving the text with onChange and it seems to be missing the last character.

 

any idea what I'm doing wrong?

Konstantin Dikov
Telerik team
 answered on 28 Apr 2022
1 answer
1.1K+ views


                  <DropDownList
                    style={{ height: "30px" }}
                    defaultValue="Select unit..."
                    textField='name'
                    value={unitsPressureSelected}
                    dataItemKey='id'
                    onChange={(e) => {
                      console.log("here")
                      setUnitsPressureSelected(e.target.value);
                    }}
                    data={unitsPressure}
                  />

Hello! I'm trying to implement the following dropdown but the default value is not visible and I don't understand what's wrong. Could you give me a hint? Thanks! 

 

Rebeca.

Rebeca
Top achievements
Rank 1
Iron
 answered on 28 Apr 2022
1 answer
129 views
I have a requirement to select multiple columns on the tree list. Is there a feature in the existing tree list component of React UI Library?
Konstantin Dikov
Telerik team
 answered on 27 Apr 2022
1 answer
185 views
What's the Pros / Cons in comparison to other react frameworks?

Are there any pre-made design / prototyping solutions on the market?

If not, will you be interested in having such product for prototyping within Kenda UI guidelines?
Filip
Telerik team
 answered on 27 Apr 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?