<p>Bisq's <code>SearchComboBox</code> implements a simple autocomplete. It is used on the "add new altcoin account" form.</p>
<p>This fixes the following bugs in the <code>SearchComboBox</code>:</p>
<ul>
<li>no more dropdown flickering (fixed hide+show hack)</li>
<li>space key no longer resets the text input</li>
<li>unconfirmed changes no longer affect the form</li>
<li>empty list no longer renders empty dropdown</li>
</ul>
<p>This PR is the first step towards using autocomplete more widely in the project. Once merged I will attempt to address <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="433398895" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/2712" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/2712/hovercard" href="https://github.com/bisq-network/bisq/issues/2712">#2712</a> (but can't promise anything).</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/3124'>https://github.com/bisq-network/bisq/pull/3124</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix bugs in SearchComboBox (improve autocomplete)</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3124/files#diff-0">desktop/src/main/java/bisq/desktop/components/SearchComboBox.java</a>
    (122)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3124/files#diff-1">desktop/src/main/java/bisq/desktop/components/paymentmethods/AssetsForm.java</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/3124.patch'>https://github.com/bisq-network/bisq/pull/3124.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/3124.diff'>https://github.com/bisq-network/bisq/pull/3124.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3124?email_source=notifications&email_token=AJFFTNWLVTGQHKFFY3B3RLTQFWQPBA5CNFSM4ION4VCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGTWGOA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVU6M5HN66ERLOQ2GTQFWQPBANCNFSM4ION4VCA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNVICQRJIGRGL47WFLTQFWQPBA5CNFSM4ION4VCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGTWGOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3124?email_source=notifications\u0026email_token=AJFFTNWLVTGQHKFFY3B3RLTQFWQPBA5CNFSM4ION4VCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGTWGOA",
"url": "https://github.com/bisq-network/bisq/pull/3124?email_source=notifications\u0026email_token=AJFFTNWLVTGQHKFFY3B3RLTQFWQPBA5CNFSM4ION4VCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGTWGOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>