For my website I need to validate that the state the person is selecting is available for delivery. The company only delivers to one state but they can have any state for billing.
I can't seem to find a way to access the state value as the user selects it.
Describe the bug
For my website I need to validate that the state the person is selecting is available for delivery. The company only delivers to one state but they can have any state for billing. I can't seem to find a way to access the state value as the user selects it.
I looked at the Stripe docs for listening to changes but that doesn't seem to translate well to svelte.
Reproduction
N/A There isn't really a bug here I just need an example.
Severity
serious, but I can work around it
Additional Information
No response