This commit is contained in:
Hemachandar
2025-11-12 19:23:16 +05:30
parent ebc271ef68
commit fa714aee74
+1 -1
View File
@@ -159,5 +159,5 @@
min={minDate}
label={dateSelectorLabel}
bind:value={expirationCustom}
on:change={() => (hasUserInteracted = true)} />
on:input={() => (hasUserInteracted = true)} />
{/if}