Page MenuHomePhabricator

[Cashtab] Remove tooltip from mnemonic inputs
ClosedPublic

Authored by kieran709 on Aug 15 2022, 14:21.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC323d9414d3a8: [Cashtab] Remove tooltip from mnemonic inputs
Summary

Related to T2606. When entering a mnemonic seed phrase, on hover the input reveals a tooltip that reads "Please include an @ in the email address..." As the mnemonic inputs are not email inputs, this should be removed. By adding a blank title to the Input tags, the tooltip will not show up

Test Plan

cd web/cashtab && npm start
navigate to configure screen,
begin typing in the mnemonic input
hover over the input, observe that the tooltip does not appear.

open localhost in a private browser
from the onboarding page, click import wallet
begin typing in the mnemonic input
hover over the input, observe that the tooltip does not appear.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable