This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Remove Default from ngList #13714
Closed
Description
The default on ngList of ", " prevents the ability of the attribute to use an empty string as a delimiter which can be useful if you want a list of every character in the text (including line breaks, spaces, tabs, etc). if the current default is removed then an empty string will be possible (in fact it will be the default)