Open eugenetyc opened 4 years ago
As mentioned in UG, the app 'keeps the history of previous inputs that was keyed in the command line.' So it only handles previous inputs, and there was no mention of clearing the input when the down key is pressed after the last input.
The main purpose of this feature is to give users convenience when they want to input a command they have typed previously, so it does not support clearing the command. If the user did not want to use a previous command, then they should type the desired command out, instead of pressing the up arrow key to access previous commands.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
After typing 'cmd', 'hi', 'yes', the Reusing previous inputs feature does not clear the typing field in the command box if I press down after it shows yes. It would be much better for the user to show an empty command box rather than just leave it at the latest previous input.