Disable selecting (and copying) table name during table deletion confirmation #3307
Labels
type: enhancement
New feature or request
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
Problem
When deleting a table we have to write the table name in a text input to confirm deleting that table.
Currently, users can just select the table name and copy paste that in the text input.
Many websites having similar flow (eg vercel or github) disable selecting the name and also prevent pasting inside the text input.
Proposed solution
Prevent selecting the text inside the delete modal. Also disable pasting into the text input box.
The text was updated successfully, but these errors were encountered: