Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat(ngList): add support for preserving blank tokens #12830

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkalmanson
Copy link

Added feature to allow preserving blank tokens when 2 delimiters are back to back. Previously, the blank tokens would be dropped.

@Narretz
Copy link
Contributor

Narretz commented Sep 22, 2015

What's your use case for preserving empty tokens?

@mkalmanson
Copy link
Author

We are using ngList in an administration screen for controlling the text on
a multi-line display that accepts an array of strings as input. Our users
would like to be able put blank lines on the display, but when they do, the
blank lines get stripped. We are currently telling our users to put a
space on the blank line as a workaround, but that feels like a hack.

On Tue, Sep 22, 2015 at 6:00 AM Martin Staffa [email protected]
wrote:

What's your use case for preserving empty tokens?


Reply to this email directly or view it on GitHub
#12830 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants