Input(Bool) fails when when argument has null value
An input(x) where x : Bool fails (template does not render) when x == null.
null should be interpreted as false in this case.
Submitted by Eelco Visser on 11 March 2010 at 21:19
Issue Log
On 12 March 2010 at 10:37 Eelco Visser commented:
Related:
if(x.foo) { ... }
in template fails of x.foo : Bool has value null.
Log in to post comments