Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Not able to select Read only text in Firefox

    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?

    Code:
    isc.DynamicForm.create({
        width: 300,
        fields: [
            {title:"Item", type:"text", value:"hola", disabled:true} 
        ]
    });
Working...
X