I'm having this problem assigning value 'FALSE' to the <div> attribute.I need to implement the following HTML<div d-automode="${obj.message}"> <p>Content goes here</> </div>Value for ${obj.message} will be 'true' or 'false'. All works fine when the value is TRUE. But, when the value is FALSE, sight...