I was creating a condition for one of my templates and I've finded that selectedOption is sameas option["value"]
, which is the same (well, nearly) as selectedOption == option["value"]
, fails because of not recognizing option
(and yes, option
is defined).
Is just my imagination? Or I'm skipping something?