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
{foreach ['1', '2'] as $key}{input test:$key}{label test:$key /}{/foreach}
will not check the default radiolist value due to strict comparison here. Maybe the $key might be fixed by the same trick as used here. What do you think?
Example is quite artificial, but when the arrays are generated somewhere, it is not so obvious what is happening...
The text was updated successfully, but these errors were encountered:
This form definition
with following rendering
will not check the default radiolist value due to strict comparison here. Maybe the
$key
might be fixed by the same trick as used here. What do you think?Example is quite artificial, but when the arrays are generated somewhere, it is not so obvious what is happening...
The text was updated successfully, but these errors were encountered: