Fix input issues
krzysztofzuraw opened this issue · 0 comments
krzysztofzuraw commented
Input issues to fix
- Input is uncontrolled - it means that the
value
passed to input does not control what is inside the input but the logic inside the component. This is causing bugs e.g when we disallow the user from typing whitespace in input but input still updates with new values - Selecting text from autocomplete leaves blue background inside the input (Chrome)