I got the below solution here,
jse.executeScript("document.getElementsByName('body')[0].setAttribute('type', 'text');");
and then passing data using SendKeys
.
But it is creating duplicate text field with text attribute and hidden text field still exist..