fix(web): date time change reactivity (#17306)

* fix(web): date time change reactivity

* remove logs
This commit is contained in:
Alex 2025-04-01 13:57:53 -05:00 committed by GitHub
parent f434e858ed
commit 20ba800a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
<input
{...rest}
{type}
{value}
bind:value
max={max || fallbackMax}
oninput={(e) => (updatedValue = e.currentTarget.value)}
onblur={() => (value = updatedValue)}