element-plus
element-plus copied to clipboard
fix(components): [cascader] The height changes as you multiple select
When a component has multiple selection enabled, the height changes when one of the items is selected
closed #13017
Please make sure these boxes are checked before submitting your PR, thank you!
- [x] Make sure you follow contributing guide English | (䏿–‡ | Español | Français).
- [x] Make sure you are merging your commits to
devbranch. - [x] Add some descriptions and refer to relative issues for your PR.
Description
🤖 Generated by Copilot at 1bc0d2a
Reduced the height of the input element in cascader.vue to prevent scrolling issues with tags. This fixed issue #13107.
Related Issue
Fixes #13107.
Explanation of Changes
🤖 Generated by Copilot at 1bc0d2a
- Reduce the offsetHeight of the inputInner element to prevent vertical scrolling with multiple tags (#13107) (link)
👋 @GuoJikun, seems like this is your first time contribution to element-plus.
- Please make sure that you have read our guidelines and code of conduct before making a contribution.
- You can comment with
/label Components:[component_name]to add a label for which component you are working on. - You may join our
for staying tuned.
Hello @GuoJikun, thank you for contributing to element-plus, please see our guideline to see how to make contribution
/label Components:[cascader]
/label Components:cascader
Can someone handle this?