Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
fix: picker transition with 'el-zoom-in-top' #785
Conversation
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker and so on, which transition should be 'el-zoom-in-top' and without duplication.
| gpuAcceleration, | ||
| adaptive: gpuAcceleration, |
SimonaliaChen
Dec 2, 2020
Author
Collaborator
When set gpuAcceleration to false, adaptive should also be false, otherwise will get a warning.
| @select-range="setMaxSelectionRange" | ||
| /> | ||
| </div> | ||
| <div v-if="actualVisible" class="el-time-range-picker el-picker-panel"> |
SimonaliaChen
Dec 2, 2020
•
Author
Collaborator
Can you take a look? @zazzaz I am not sure whether it is a good solution. I try to remove v-if for better performance, but some errors will be thrown, such as cannot read xx from undefined. I suppose there are something wrong with the default value, but the component are toooo complicated. Could you help me out?


gpuAccelerationtoPopperAutocomplete,Dropdown,Select,TimerPicker,DatePickerand so on, which transition should be 'el-zoom-in-top' and without duplication
popperAppendToBody's default value tofalseofSelectandAutocompleteto keep consistency withPopper