troika
troika copied to clipboard
Feature: textOverflow and ellipsis support
When overflowing the maxWidth and wrapping is disabled, we should support truncation of the text with or without ellipsis. Ideally we'd support everything in the CSS text-overflow property. We may also want to expose ellipsis in the middle, though there's no CSS precedent to match for that.
Would also be interested in this!