-
Notifications
You must be signed in to change notification settings - Fork 124
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
#753 - MaterialValueBox now has a new attribute called #returnBlankAsNull #758
Conversation
…ed `#returnBlankAsNull`, with this attribute set to `true` calling `#getvalue()` returns `null` when the (already implemented) blank-validator recognizes the value blank
Thanks for this contribution. Will write a simple test case for this. |
i am gonna look into it |
Hello again :) Up to a certain point the value comparison in Check out this merge a89aa2f that took place on 31.10.2017 at 00:48. This is, IMO, where the When the above mentioned test invokes Was there any particular reason for abandoning the null-safe Cheers |
Hi @jzaruba , Yeah between those PR I get the latest changes from yours Best Regards, |
With this attribute set to
true
calling#getvalue()
returnsnull
when the (already implemented) blank-validator recognizes the value as blank