Hi,
If the input type is disabled, I am not able to select the text in Firefox latest builds. I have attached the code that I used for testing. Is there any workaround for this?
If the input type is disabled, I am not able to select the text in Firefox latest builds. I have attached the code that I used for testing. Is there any workaround for this?
Code:
isc.DynamicForm.create({
width: 300,
fields: [
{title:"Item", type:"text", value:"hola", disabled:true}
]
});