in Haml this works perfectly:
%input{:disabled => false}
but Liquid is on top of it, I have tried this %input{:disabled => {{ isDisabled }} }
no success
in Haml this works perfectly:
%input{:disabled => false}
but Liquid is on top of it, I have tried this %input{:disabled => {{ isDisabled }} }
no success