Closed cristian64 closed 5 months ago
The max length (previously 10) has been lifted, and the input is now self-corrected as the user enters text:
10
0x
For example, this now allows the user to paste an address that may contain spaces, which is a fairly common case (e.g. 80 12 34 56).
80 12 34 56
The max length (previously
10
) has been lifted, and the input is now self-corrected as the user enters text:0x
prefix is removed.For example, this now allows the user to paste an address that may contain spaces, which is a fairly common case (e.g.
80 12 34 56
).