ExploreTrendingAnalytics
Nostr Archives
ExploreTrendingAnalytics
Mandalorian22h ago
BIP39 Autocomplete working! Alhamdulillah! AUTOCOMPLETE: BIP39Input component — a reusable word input that sits at the bottom of the file. It holds its own suggestions state. When the user types 2+ letters it filters the 2048-word BIP39 English wordlist using startsWith() and shows up to 6 matches in a dropdown below the field. Tapping or clicking a suggestion fills the word and dismisses the dropdown. The onBlur has a 160ms delay so a tap on a suggestion registers before the blur closes it — important on mobile. The suggestion display renders the typed prefix in orange and the remainder of the word in normal text, so "aban" → abandon looks like the user is completing their own typing rather than replacing it.
💬 0 replies

Replies (0)

No replies yet.