Skip to content

Allow the placeholder character to be empty#119

Open
yvan33 wants to merge 1 commit intoinsin:masterfrom
yvan33:allow-empty-placeholder
Open

Allow the placeholder character to be empty#119
yvan33 wants to merge 1 commit intoinsin:masterfrom
yvan33:allow-empty-placeholder

Conversation

@yvan33
Copy link

@yvan33 yvan33 commented Nov 16, 2017

No description provided.

formatCharacters: this.props.formatCharacters
}
if (this.props.placeholderChar) {
if (this.props.placeholderChar != null) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I used != over !== to cover null and undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant