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

change MuiAutocomplete from Input to Textfield #1982

Merged
merged 1 commit into from
Jul 24, 2022

Conversation

LukasBoll
Copy link
Contributor

closes #1965

@coveralls
Copy link

coveralls commented Jul 19, 2022

Coverage Status

Coverage remained the same at 84.356% when pulling 3351b89 on LukasBoll:autofill_enum into 7d0bf34 on eclipsesource:master.

<MuiAutocomplete
{...props}
isValid={isValid}
visible={visible}
Copy link
Member

Choose a reason for hiding this comment

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

  • visible is already handed over via the ...props so we don't need to do this explicitely.
  • There is no need to determine and hand over isValid here. Just do the calculation within the MuiAutocomplete.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, yes visible is unnecessary.
I added isValid, because its part of the EnumCellProps interface.

Comment on lines 52 to 53
isValid={isValid}
visible={visible}
Copy link
Member

Choose a reason for hiding this comment

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

same here

closes eclipsesource#1965

Signed-off-by: Lukas Boll lukas-bool@web.de
@LukasBoll
Copy link
Contributor Author

I checked the control options and they are working.

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 40dfe40 into eclipsesource:master Jul 24, 2022
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.

MUI Autocomplete has no endAdornment arrow
3 participants