We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I bind to selected property, there is no two-way binding, only component->variable. When I change variable, component doesn't update
The text was updated successfully, but these errors were encountered:
Folks, I'm stepping on this one a year later, is there any appetite for a PR to get two way binding in? I guess this is most useful in form scenarios.
Sorry, something went wrong.
Key blocks worked for me.
{#key selected} <DatePicker {range} {placeholder} {format} {selected} {continueText} on:range-selected={(e) => handleRange(e)} /> {/key}
No branches or pull requests
When I bind to selected property, there is no two-way binding, only component->variable. When I change variable, component doesn't update
The text was updated successfully, but these errors were encountered: