I want to get data from the input field into the 'div' element. but this. children do not work. *
<div class="multi-search-filter" onclick={Array.from(this.children).find(n=>n.tagName==='INPUT').focus()}>
<input type="text" onkeyup={multiSearchKeyup(this)}/>
</div>