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.

[textOverflow] is not available as a prop, despite documentation

See original GitHub issue

Describe the bug I am unable to use textOverflow as an option. We’re currently on 0.7.0 which I believe is the latest

Expected Behavior According to the documentation, text-overflow should be available on all components as textOverflow

To Reproduce

  1. Create a Box and try to add a textOverflow prop

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
with-heartcommented, Jun 30, 2020

I can verify that this is now working in the 1.0 pre-release: https://codesandbox.io/s/damp-sunset-fes1g?file=/src/App.js

0reactions
stale[bot]commented, Jun 30, 2020

Hi! This issue hasn’t seen any activity recently. We close inactive issues after 20 days to manage the volume of issues we receive. If we missed this issue or you want to keep it open, please reply here. That will reset the timer and allow more time for this issue to be addressed before it is closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

text-overflow - CSS: Cascading Style Sheets - MDN Web Docs
The text-overflow property only affects content that is overflowing a block container element in its inline progression direction (not text ...
Read more >
text-overflow: ellipsis not working
You need to have CSS overflow , width (or max-width ), display , and white-space . http://jsfiddle.net/HerrSerker/kaJ3L/1/
Read more >
CSS Overflow Module Level 3
Abstract. This module contains the features of CSS relating to scrollable overflow handling in visual media. This level is focused on ...
Read more >
The Ballad of Text Overflow
The text-overflow property can be used to show visual indication of ... reduces the space available for the text, though only slightly.
Read more >
Truncate String with Ellipsis
I like this one, but there is no FireFox support for this one. ... should not have support for this property (“text-overflow:ellipsis”), ...
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