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

Give hint about missing null representation in error message #6757

Merged
merged 1 commit into from
Oct 24, 2019

Commits on Oct 23, 2019

  1. Give hint about missing null representation in error message

    A binding doesn't have an automatic null representation configured if a
    converter is also defined. This may cause surprises with fields that
    don't accept null values, e.g. TextField.
    
    The easiest fix in this situation is to explicitly define a null
    representation. This patch adds an error message that reminds the
    developer about the existence of that feature so that they wouldn't have
    to make more elaborate workarounds.
    
    Fixes #6746
    Legioth committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    60b29ec View commit details
    Browse the repository at this point in the history