Open shadoWalker89 opened 6 years ago
I can't see why this would be happening but to fix it if the values are semantic size class names you can add medium
as the value it won't affect the size when added to a table.
@hammy2899 I updated the issue with a second case. I didn't want to create issue since they are related
Fixed in the community fork Fomantic-UI See your adjusted jsfiddles here Case 1: https://jsfiddle.net/lubber/h3c4Levg/ Case 2: https://jsfiddle.net/lubber/7q6j1tof/
Case 1
I have the
placeholder
set tofalse
and theaction
tohide
I have an option in the dropdown the one with the textmedium
that has an empty valueExpected Result
The placeholder should be
Table size
as i did put in the.text
spanActual Result
The actual text shown is
Medium
which is the text of the empty optionVersion
2.3.0
Testcase
https://jsfiddle.net/jk0abk4f/1/
Case 2
I have the
placeholder
set tofalse
and theaction
tohide
I set the value of the selected item as the value of thevalue
attribute on thehidden
inputExpected Result
The placeholder should be
Table size
as i did put in the.text
spanActual Result
The actual text shown is
Small
which is the text matching the option (.item) with thesmall
valueVersion
2.3.0
Testcase
https://jsfiddle.net/raynr3c7/1/