Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The commit fixes the search input behavior which would always move the cursor to the end of the input when inputting characters, even those in between. The issue was the mismatch of react controlled and uncontrolled input, which would mean keeping a state about the cursor during updates. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
- Loading branch information