Make wallet address text box non-editable
-
Hello. This is a great plugin. My one piece of feedback would be to make the wallet address text box non-editable. By default you can backspace or add text to the text box, which is not ideal as it could lead to someone accidentally removing some characters before they copy the address. I was able to fix it by applying the following CSS
.wallet-address-input{ pointer-events: none; }
Please consider making it non-editable by default though.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Make wallet address text box non-editable’ is closed to new replies.