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 required prop to Inputs #1798

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

LukasBoll
Copy link
Contributor

Material-Ui components are now using the required prop where possible.

closes #1695
Signed-off-by: Lukas Boll lukas-bool@web.de

@CLAassistant
Copy link

CLAassistant commented Aug 16, 2021

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Aug 16, 2021

Coverage Status

Coverage decreased (-0.02%) to 88.791% when pulling 3f6e587 on LukasBoll:materialUiRequiredProp into 5da2f0d on eclipsesource:master.

@sdirix sdirix requested a review from TheZoker September 7, 2021 13:31
Copy link
Contributor

@TheZoker TheZoker left a comment

Choose a reason for hiding this comment

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

@LukasBoll
Copy link
Contributor Author

Thank You! I updated the pull request and also included the MaterialNativeControl.

Copy link
Contributor

@TheZoker TheZoker left a comment

Choose a reason for hiding this comment

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

LGTM, thanks 🎉

Copy link
Member

@sdirix sdirix left a comment

Choose a reason for hiding this comment

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

Works for me! Good work!

I only have some minor comments.

packages/core/src/util/renderer.ts Outdated Show resolved Hide resolved
packages/core/src/util/renderer.ts Outdated Show resolved Hide resolved
packages/core/src/util/renderer.ts Outdated Show resolved Hide resolved
packages/material/src/controls/MaterialSliderControl.tsx Outdated Show resolved Hide resolved
@LukasBoll
Copy link
Contributor Author

I applied your suggested changes

packages/core/src/util/renderer.ts Outdated Show resolved Hide resolved
packages/core/src/util/renderer.ts Outdated Show resolved Hide resolved
closes eclipsesource#1695

Signed-off-by: Lukas Boll <lukas-bool@web.de>
Copy link
Member

@sdirix sdirix left a comment

Choose a reason for hiding this comment

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

LGTM

@sdirix sdirix merged commit 83da998 into eclipsesource:master Sep 13, 2021
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.

Use the Material UI "required" prop
5 participants