This commit is contained in:
keyan 2023-11-21 17:32:22 -06:00
parent 8e01568622
commit 5cf3a42be4
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ export function LnAddrWithdrawal () {
autoFocus
onChange={onAddrChange}
transformUser={user => ({ ...user, name: `${user.name}@stacker.news` })}
selectWithTab={false}
selectWithTab
filterUsers={(query) => {
const [, domain] = query.split('@')
return !domain || 'stacker.news'.startsWith(domain)