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

Add option: Properties with default of undefined [do/do not] behave like properties that have not been specified #355

Closed
A-312 opened this issue Jan 6, 2020 · 1 comment · Fixed by A-312/node-blueconfig#1

Comments

@A-312
Copy link
Contributor

A-312 commented Jan 6, 2020

Properties with 'undefined' + default 'undefined' value should not have the same behavior of not specified. Or we should add option about that.

Because format don't run on property with value === undefined and schema.default === undefined see: #278.

This commit : 5535379

@A-312
Copy link
Contributor Author

A-312 commented Jan 7, 2020

I will add required: false/true for allow undefined or not in default variable.

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 a pull request may close this issue.

1 participant