question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
alextrasterocommented, Mar 27, 2018

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” 😃

1reaction
alextrasterocommented, Mar 27, 2018

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.:

<Col s={12} m={8} l={6} offset="m2 l3">
  <Input />
</Col>

Thoughts?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found