Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emptyvalue doesn't work on undefined values #138

Closed
jakeleventhal opened this issue Jan 2, 2019 · 2 comments
Closed

Emptyvalue doesn't work on undefined values #138

jakeleventhal opened this issue Jan 2, 2019 · 2 comments

Comments

@jakeleventhal
Copy link

Describe the bug
When a value is supposed to render the emptyValue (i.e. when it is null) it only works if the value is null. If the value is undefined, it doesn't work properly

To Reproduce
Add data that is null instead of undefined.

Expected behavior
The empty value should be rendered if the dat is null, undefined, or an empty string

@yildirims
Copy link
Contributor

yildirims commented Jan 3, 2019

Hi @jakeleventhal,
I will work on this issue.
Can you paste your sample code here

@mbrn mbrn closed this as completed in 04bd131 Jan 7, 2019
@mbrn
Copy link
Owner

mbrn commented Jan 7, 2019

This is done. It will be in v1.12.0

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

No branches or pull requests

3 participants