Skip to content
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

[BUG] SfSelect - not reacting on v-model change #561

Closed
patzick opened this issue Dec 16, 2019 · 1 comment · Fixed by #572
Closed

[BUG] SfSelect - not reacting on v-model change #561

patzick opened this issue Dec 16, 2019 · 1 comment · Fixed by #572
Assignees
Labels
bug Something isn't working

Comments

@patzick
Copy link
Contributor

patzick commented Dec 16, 2019

Describe the bug

SfSelect takes v-model and on mounted sets selected values. But if v-model is changed after select mounted cycle, then the component is not rendering selected element.

How to reproduce
Steps to reproduce the behavior:

  1. Display select with an empty v-model property
  2. then set v-model property on parent component to pass

Expected behavior
A clear and concise description of what you expected to happen.

The parent can fully control which option is selected by changing the value passed by v-model

Screenshots
If applicable, add screenshots to help explain your problem.

image

@DonNicoJs
Copy link
Contributor

Fixed by: #572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants