Replies: 1 comment 1 reply
-
Hello, @brucegl I believe this is what you're looking for: #574 (comment) I also believe this will work as expected in Svelte 5: sveltejs/svelte#10256 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been unsuccessfully trying to get string to number coercion to work on an object property.
This is what I've tried.
This returns the following console output:
initially...
then after an input update...
Trying in vanilla Svelte looks ok...
This returns the following console output:
initially...
then after an input update...
Your thoughts would be welcome,
Gary
Beta Was this translation helpful? Give feedback.
All reactions