Commit 4d2e4d8d authored by LianaHus's avatar LianaHus

id neramed for searc input field

parent 94c3303f
...@@ -129,7 +129,7 @@ class Terminal extends BaseApi { ...@@ -129,7 +129,7 @@ class Terminal extends BaseApi {
spellcheck="false" spellcheck="false"
type="text" type="text"
class="${css.filter} form-control" class="${css.filter} form-control"
id="input" id="searchInput"
onkeydown=${filter} onkeydown=${filter}
placeholder="Search with transaction hash or address"> placeholder="Search with transaction hash or address">
</input>` </input>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment