Can't delete players on mobile #18
Labels
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
Merged pull requests that resolve this issue will be labeled with "hacktoberfest-accepted"
<div>
element so that it is focused/highlighted.On desktop, you delete a player by pressing backspace in step 4. This is not possible on mobile without somehow manually pulling up the keyboard.
This can be fixed in a couple of ways, either:
a. Use long press event to trigger a prompt.
b. Delete the player if the user has the name input field focused and they press backspace when the field is empty. (This should ideally also trigger a prompt but a new issue can be created for that.)
If a prompt is added, it should be a PrimeVue dialog encapsulated in an SFC.
The text was updated successfully, but these errors were encountered: