Unplanned
Last Updated: 20 Jul 2016 10:07 by madnut
ADMIN
Ivaylo
Created on: 16 Oct 2015 08:36
Type: Bug Report
3
Value is always set in first Kendo numeric textbox
Steps to reproduce:


Execute the project attached internally.


Expected behavior: To add the value in the third numeric textbox

Actual behavior: The value is always set to the first numeric textbox
2 comments
madnut
Posted on: 20 Jul 2016 10:07
You are sooo fast...
Attached Files:
ADMIN
Konstantin Petkov
Posted on: 11 Dec 2015 16:19
Hello,

You can use the TypeText() method as a work-around. It will also simulate real typing.

kendoInput.TypeText("99");

Regards!