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.
1 parent ee96af2 commit ddac0d9Copy full SHA for ddac0d9
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