ember-cli-string-helpers icon indicating copy to clipboard operation
ember-cli-string-helpers copied to clipboard

Feature Request: Remove Trailing space on truncation

Open donaldwasserman opened this issue 5 years ago • 0 comments

Hello -

I've come across a needed feature (at least for me) is that when truncating text that falls on a space, I'd like to able to pass in a flag that strips the trailing space before appending the ellipsis,

{{truncate "my string here" 3 true true}}

or via options object

{{truncate "my string here" 3 true trim=true}}

I'd be happy to implement it.

donaldwasserman avatar Mar 08 '19 16:03 donaldwasserman