92223b600e
* 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
12 lines
251 B
Handlebars
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>
|