-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
cannot reset select #284
Labels
Comments
try this.data={a:null,b:null}; |
yeah it works |
@Akiq2016 we will support the reset with |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a...
Current behavior
Like #128 but i'm not using in form, just make a simple filter function by using several inputs and selects. my
resetFilter
function resetdata
as{}
, but the value of select component do not being reset.Expected behavior
As what two-way binding should do, when my value is changed, it should affect my View.
Minimal reproduction of the problem with instructions
The text was updated successfully, but these errors were encountered: