You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My opinion, the input value should be cleared in conjunction with the values.
It was quite painstaking for the implementers to set this up with consideration. 😇
I wanna be happy to fix the internal implementation, maintain the doc, or do something else. If I can find the problem area, I’ll help.
To Reproduce
Steps to reproduce the behavior:
Create AutoComplete
Set that props.
Try values clear action.
Happen: don't clear input value.
Expected behavior
clear input value.
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser chrome
Version 92.0.4515.159
Additional context
I have not been able to isolate the problem, whether it is a problem with mui-rff, material-ui, or the way it is implemented. I would really appreciate it if you could help me.
This discussion was converted from issue #540 on September 15, 2021 00:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
AutoComplete is will leave values as input values even after values are cleared.
Please see my codesandbox: https://codesandbox.io/s/mui-rff-autocomplete-default-value-forked-7xzbg
Two AutoComplete in the codesandbox, and the only difference is
inputValue
.My opinion, the input value should be cleared in conjunction with the values.
It was quite painstaking for the implementers to set this up with consideration. 😇
I wanna be happy to fix the internal implementation, maintain the doc, or do something else. If I can find the problem area, I’ll help.
To Reproduce
Steps to reproduce the behavior:
AutoComplete
Expected behavior
clear input value.
Screenshots
Desktop (please complete the following information):
Additional context
I have not been able to isolate the problem, whether it is a problem with mui-rff, material-ui, or the way it is implemented. I would really appreciate it if you could help me.
Beta Was this translation helpful? Give feedback.
All reactions