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 of select-single in cascader-demo #310

Open
wants to merge 4 commits into
base: adam/cascader-demo
Choose a base branch
from

Conversation

terryatgithub
Copy link
Contributor

@terryatgithub terryatgithub commented May 27, 2021

hi @adamstep, base on your great implementation #309 , I did some test and found a little maybe bug as below:

When there is a default value set,
What we expected is show level1 and level2 simultaneously.
The fact is below three ways all have some unexpected issue:

  1. set attribute value in both select-single, it will run error when select in level1 list:
error-set-value.mov
  1. set attribute selected in both select-single, can not show level2 list when enter for the first time:
error-set-selected.mov
  1. set attribute value selected separatedly in both select-single, need double click to show both level:
error-set-value-and-selected.mov

@flochtililoch
Copy link
Collaborator

@adamstep can you remember if this issue was fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants