-
Notifications
You must be signed in to change notification settings - Fork 373
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
MUI Autocomplete has no endAdornment arrow #1965
Comments
ToDo:
|
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Jul 19, 2022
closes eclipsesource#1965 Signed-off-by: Lukas Boll lukas-bool@web.de
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Jul 19, 2022
closes eclipsesource#1965 Signed-off-by: Lukas Boll lukas-bool@web.de
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Jul 20, 2022
closes eclipsesource#1965 Signed-off-by: Lukas Boll lukas-bool@web.de
sdirix
pushed a commit
that referenced
this issue
Jul 24, 2022
Switch from 'Input' to 'TextField' in MuiAutocomplete. This change allows the clear button and end adornment of the 'Autocomplete' being rendered in the 'TextField'. Closes #1965 Signed-off-by: Lukas Boll lukas-bool@web.de
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The autocomplete renderer does not have a a downwards pointing arrow to indicate that clicking it will open a dropdown.
Describe the solution you'd like
A downward arrow at the left of the autocomplete, as is the default behaviour for the MUI autocomplete.
Describe alternatives you've considered
Creating a custom autocomplete renderer (this seems like overkill)
Framework
React
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: