Steps that lead to issue:
1. Focus on text box at the top of the app window
2. Press and hold backspace to erase functions in the text box
3. Backspace is still held for maybe half a second after all of the text has been erased
Issue:
Data cards and other objects are deleted from the app.
I just had a case where the DataCardValue object in the data card I was working on was deleted, then the data card was deleted, and finally the sharepoint form itself was deleted.
All of this happened in the space of less than a second.
It could be that my keyboard was registering more presses of that backspace button than I experienced, or that I was pressing backspace multiple times while believing that I was holding it down.
I do understand that Backspace is a shortcut for deleting objects, but I do not understand why this action would be registering while my input is focused on a text box.
This is an extremely annoying issue that shouldn't be possible.
While focused on the text box, I do not expect that my inputs will delete objects on the app, or interact with anything other than the text box in any way.
I assume that the issue might be related to network speed, as I am in South Africa and things like PowerApps typically connect to Europe, which incurs some delay between my client and the server.