element-plus icon indicating copy to clipboard operation
element-plus copied to clipboard

fix(components): [cascader] The height changes as you multiple select

Open GuoJikun opened this issue 2 years ago • 6 comments

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 dev branch.
  • [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 avatar May 31 '23 04:05 GuoJikun

👋 @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 Discord for staying tuned.

github-actions[bot] avatar May 31 '23 04:05 github-actions[bot]

Hello @GuoJikun, thank you for contributing to element-plus, please see our guideline to see how to make contribution

github-actions[bot] avatar May 31 '23 04:05 github-actions[bot]

/label Components:[cascader]

GuoJikun avatar May 31 '23 06:05 GuoJikun

/label Components:cascader

GuoJikun avatar Mar 02 '24 14:03 GuoJikun

Can someone handle this?

GuoJikun avatar May 08 '24 01:05 GuoJikun