Open
Description
Steps
I'm using react semantic-ui but I think it's relevant to style of the framework:
- Restyle regular Input
- Use that Input inside a Form
Expected Result
I will be able to see restyled Input inside form
Actual Result
Input looses style because From provides it's own style for Inputs
Version
2.3.z
Why are there different styles for from inputs and standalone inputs? It seems that it forces me to duplicate restyling effort. Or is there something I don't get? This seems like a bug in the framework