Hi Syncfusion Team,
i have some trouble to get a basic textbox work with JS5.
I would to do something simple like the button but with a text input box:
tbxUser = document.getElementById('tbxUser');
tbxPwd = document.getElementById('tbxPwd');
btnLogin = new ej.buttons.Button({ isPrimary: true });
btnLogin.appendTo('#btnLogin');
btnLogin.width = "30%";