The JustATextOption widget does not work caused by a small typo. Instead of `$options['value']` it has to be `$option['value']`: https://github.com/discordier/justtextwidgets/blob/master/src/JustATextOption.php#L99
The JustATextOption widget does not work caused by a small typo. Instead of
$options['value']it has to be$option['value']:https://github.com/discordier/justtextwidgets/blob/master/src/JustATextOption.php#L99