[Ur] textbox disabled and readonly attrs

Todd Roth toddjroth at gmail.com
Sat May 16 10:14:36 EDT 2015


Thanks.  The following CSS worked
 
input.disabled {
	pointer-events:none;
}


> On May 16, 2015, at 9:39 AM, Adam Chlipala <adamc at csail.mit.edu> wrote:
> 
> Is there a CSS way to set those properties?  If so, that would be the preferred method.
> 
> On 05/16/2015 09:38 AM, Todd Roth wrote:
>> Hello,
>> 
>> Looking through the basis.urs file it looks like the readonly and disabled attributes can’t be set on a textbox element.  Is there a workaround for this?
>> 
>> Thanks,
>> Todd
> 
> _______________________________________________
> Ur mailing list
> Ur at impredicative.com
> http://www.impredicative.com/cgi-bin/mailman/listinfo/ur




More information about the Ur mailing list