This commit is contained in:
Pieter Vander Vennet 2025-01-22 02:44:35 +01:00
parent 87a061bdd4
commit 4e3505a66e

View file

@ -65,7 +65,7 @@
use:ariaLabel={placeholder}
/>
<!-- Show a 'clear field' icon in the searchbar. The android-build already provides this for us, hence the outer if -->
{#if !$isAndroid $value.length > 0}
{#if !$isAndroid && $value.length > 0}
<Backspace
on:click={(e) => {
value.set("")