open-vault/ui/app/templates/components/input-search.hbs
Angel Garbarino 92223b600e
KV search box when no list access to metadata (#12626)
* get credentials card test and setup

* call getcrednetials card and remove path test error

* configuration

* metadata search box

* changelog

* checking if it is noReadAccess

* try removing test

* blah

* a test

* blah

* stuff

* attempting a clean up to solve issue

* Another attempt

* test1

* test2

* test3

* test4

* test5

* test6

* test7

* finally?

* clean up
2021-09-29 14:35:00 -06:00

12 lines
251 B
Handlebars

<div class="field is-grouped">
<div class="control is-expanded">
<Input
@class="input"
@type="text"
@value={{this.searchInput}}
{{on 'keyup' this.inputChanged}}
@placeholder={{@placeHolder}}
/>
</div>
</div>