Currently, on initial load the input is uncontrolled and creates a clear empty string value. There currently is not a way to reset to an empty string once the value is set.
One proposal is to allow a controlled component reset to input empty string by using value={null}.
Currently, on initial load the input is uncontrolled and creates a clear empty string value. There currently is not a way to reset to an empty string once the
valueis set.One proposal is to allow a controlled component reset to
inputempty string by usingvalue={null}.