- Open table - Put cursor somewhere inside value of some multi-character string - Type - Cursor moves to end of line I think this is happening because of component remount. Two options: - Only update value after unfocus / enter - Make sure the re-mount doesn't happen at a too high level. - [ ] Add test for this scenario