- Use a CSS selector to avoid changing the background colour of the tooltip.
- Re-check validity of input when we first set the validator (probably a no-op in practice).
- Check validity of input when it is set programmatically via
setText
(eg, via the address book). Probably no-op in practice UNTIL merging https://github.com/bitcoin/bitcoin/pull/15987 or any other PR that adds a warning for valid addresses.
Moved from https://github.com/bitcoin/bitcoin/pull/18133 (just concept ACKs)