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

placeHolder does not work

3 Answers 262 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Maxim Konstantinovski
Top achievements
Rank 1
Maxim Konstantinovski asked on 13 Mar 2012, 08:03 PM
I don't think placeHolder work. The default message never appears when value is blank.
Sample Code

3 Answers, 1 is accepted

Sort by
0
Maxim Konstantinovski
Top achievements
Rank 1
answered on 13 Mar 2012, 10:12 PM
Found the bug
[H] case is wrong in placeHolder variable.
original
that._text.val(isNotNull ? kendo.toString(value, format) : options.placeholder);
new
that._text.val(isNotNull ? kendo.toString(value, format) : options.placeHolder);
0
Georgi Krustev
Telerik team
answered on 14 Mar 2012, 01:40 PM
Hi,

 
The correct option is a placeholder. We will update the docs.

All the best,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Harsh
Top achievements
Rank 1
answered on 01 Jun 2012, 11:03 PM
can we apply placeholder to text boxes?
Tags
NumericTextBox
Asked by
Maxim Konstantinovski
Top achievements
Rank 1
Answers by
Maxim Konstantinovski
Top achievements
Rank 1
Georgi Krustev
Telerik team
Harsh
Top achievements
Rank 1
Share this question
or