Transparent input padding is not applied inside form #815
-
Bug ReportWhen using transparent input inside a form its padding is overridden by those, applied to input when it is inside form. I will write in emmet abbrs, so that it would take less time to describe Steps to reproduce
Expected resultInside .ui.form > div.ui.transparent.input, input element has padding: 0; Actual resultInside .ui.form > div.ui.transparent.input, input element has padding: .67857143em 1em; Testcasehttps://jsfiddle.net/j4h2prfg/9/ Version2.7.6 P.S. If the current behaviour is what framework is expecting, then you can close the issue |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, the behavior is wanted when inputs are inside forms, because of the consistent look when an See original discussion here #107 If you want no padding then use transparent inputs outside of forms. |
Beta Was this translation helpful? Give feedback.
Yes, the behavior is wanted when inputs are inside forms, because of the consistent look when an
error
class is added to a field.When used inside forms, any input should be wrapped by
field
.See original discussion here #107
If you want no padding then use transparent inputs outside of forms.