You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use a mustache condition block to make an element have a conditional disabled attribute but it does not work with readonly. It simply never applies the attribute regardless of the condition's truthiness.
@alexisabril this is probably pretty simple. Although the test should probably take place in can/util/attr. I would start there to make sure it's doing what it should be doing.
I can use a mustache condition block to make an element have a conditional
disabled
attribute but it does not work withreadonly
. It simply never applies the attribute regardless of the condition's truthiness.http://jsbin.com/horehelute/edit?html,js,console,output
The text was updated successfully, but these errors were encountered: