We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee96af2 + ddac0d9 commit 1a77c64Copy full SHA for 1a77c64
src/Lumi/Components/Form.purs
@@ -587,7 +587,7 @@ multiSelect
587
multiSelect encode opts = formBuilder_ \{ readonly } selected onChange ->
588
if readonly
589
then
590
- alignToInput $ R.text (String.joinWith "," $ map encode selected)
+ alignToInput $ R.text (String.joinWith ", " $ map encode selected)
591
else
592
Select.multiSelect
593
{ value:
0 commit comments