Skip to content

Commit

Permalink
Merge pull request #42 from adyen-examples/improve-search-field
Browse files Browse the repository at this point in the history
Improve search field
  • Loading branch information
ayodejidev authored Jan 25, 2024
2 parents e628b98 + 9c69670 commit 416c8e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<header id="header"></header>
<main class="content">
<div><p>Find more cards and payment methods on <a href="https://docs.adyen.com/development-resources/testing/test-card-numbers" target="_blank">Adyen docs</a></p></div>
<div>Filter: <input id="search" autocomplete="off"/></div>
<div class="search-container">
<input id="search" class="search-input" type="text" placeholder="Filter..." autocomplete="off" />
</div>
<div id="cards">
</div>
</main>
Expand Down

0 comments on commit 416c8e6

Please sign in to comment.