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

chore: make boolean props false by default #409

Merged
merged 1 commit into from
May 20, 2019
Merged

chore: make boolean props false by default #409

merged 1 commit into from
May 20, 2019

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented May 19, 2019

Copy link
Contributor

@vladitasev vladitasev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should delete the type === "boolean" check entirely, because it is old. We now only support the Boolean type. I see that in UI5Element and UI5ElementMedatada there are still checks for "boolean", "object" and the likes.

I would suggest that we merge this change and make an additional change to fix all type checks such as "boolean", "object", etc...

@ilhan007 ilhan007 merged commit 9c243f9 into master May 20, 2019
@ilhan007 ilhan007 deleted the fix-defaults branch May 20, 2019 06:15
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 this pull request may close these issues.

ui5-checkbox has no default value for booleans
2 participants