fix: Clear Autocomplete virtualFocus upon paste/undo/redo and other focus fixes (#8438)
* update autocomplete to clear virtual focus on paste/cut/undo/redo/etc
* add test for pasting
* fix inconsistent focus ring when backspacing too quickly after typing forward
* fix case where focus ring isnt restored when filtered list becomes empty
* add tests for focus fixes
* add chromatic story for copy paste
* Update packages/@react-spectrum/s2/chromatic/Autocomplete.stories.tsx
Co-authored-by: Robert Snow <rsnow@adobe.com>
* fix lint
* remove chromatic story since it is buggy
---------
Co-authored-by: Robert Snow <rsnow@adobe.com>