kufu / smarthr-ui

React components for creating SmartHR applications.
https://story.smarthr-ui.dev
MIT License
879 stars 141 forks source link

fix: Comboboxの選択肢表示位置がズレてしまう問題を修正 #5047

Closed AtsushiM closed 1 week ago

AtsushiM commented 2 weeks ago

関連URL

概要

変更内容

確認方法

pkg-pr-new[bot] commented 2 weeks ago

Open in Stackblitz

pnpm add https://pkg.pr.new/kufu/smarthr-ui@5047

commit: 16b56f9

masa0527 commented 2 weeks ago

前から開くと伸びる挙動でしたっけ? image

image

uknmr commented 2 weeks ago

開くと伸びる挙動

伸びないです! 伸びてるというか、パネルの方が縮んでそう。

AtsushiM commented 2 weeks ago

isExpandedでwidthも再計算する必要がありました (開閉毎に選択肢が変わったりする可能性があった)

AtsushiM commented 2 weeks ago

MultiComboboxの幅の狂いもこれで治ったはず