Skip to content

ReadonlyFieldItem null checks #10

@zhdiv

Description

@zhdiv

Hi,
ReadonlyFieldItem class require additional null check. Something like:
protected set { valueText.text = value==null ? "Null" : value.ToString(); }
Got error with null reference exception if field is unassigned.

And if it possible do not display null message in console at Window.OnSubmit() if result.type == CompileResult.Type.Success

And of course big thanks for asset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions