M1sterPl0w

Results 8 comments of M1sterPl0w

@AlbinCederblad You can listen to onFocus and onBlur. ` setQuery(newValue)} className={searchBarFocus ? style.focusSearchbar : style.searchbar} onRequestSearch={() => onRequestSearch(query)} onFocus={() => setSearchBarFocus(true)} onBlur={() => setSearchBarFocus(false)}/>` You can change your state like...

Shouldn't you use interrupts instead of a "sleep"function?

Same issue here, any chance you have a workaround or fix?