Input does not support offset
See original GitHub issue<Row>
<Col s={12} m={8} l={6} offset="m2 l3">
Some Title
</Col>
<Input s={12} m={8} l={6} offset="m2 l3" />
</Row>
Does not position the input field along with the column above, as offset is not passed down.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:11 (7 by maintainers)
Top Results From Across the Web
SQL Pagination attempt: OFFSET (offset) is not a valid input at ...
mysql - SQL Pagination attempt: OFFSET (offset) is not a valid input at this position - Stack Overflow. Stack Overflow for Teams –...
Read more >"Unable to read from offset" error when loading line data ... - IBM
The error means that the ACIF indexer cannot read the entire length from the offset specified. The length and offset added together should...
Read more >Text and input fields are offset on Edge & IE11 #1054 - GitHub
Text and input fields are offset on Edge & IE11 #1054 ... Their SVG implementation doesn't support dominant-baseline (vertical positioning) ...
Read more >16.10 - CLI0020 Input buffer current offset invalid
The input buffer current offset field is either negative or exceeds the input buffer current data length. Notes: Probable logic error. Remedy:.
Read more >The offset of the surface has failed in the process of thickening ...
Support located outside the Boundaries of the Input Objects. Supporting object is not located properly for this support. Support is invalid without a ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It’s a breaking change. The ability of adding Col classes to Input has been since the start. I would create another PR “remove sizes from Input” 😃
First of all thanks for the contribution!
Question though, since every component could benefit from having sizes props, we could either add them to all components (lots of work). Or remove them from Input and force users to actually use the cols for that, i.e.:
Thoughts?