palantir/blueprint
EditableText does not measure contents correctly when alwaysRenderInput=true
開放
#4,423 建立於 2020年11月17日
P2Package: coreType: bughelp wanted
倉庫指標
- 星標
- (20,263 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Environment
- Package version(s): core 3.36.0
- Operating System: macOS
- Browser name and version: Chrome 86
Code Sandbox
https://codesandbox.io/s/editabletext-alwaysrenderinput-bug-5x99u?file=/src/index.tsx (forked from https://github.com/palantir/blueprint/issues/3870#issue-530056037)
Steps to reproduce
- open the sandbox
Actual behavior
First EditableText is clipped, second one is full width of contents
Expected behavior
Both should display full width of contents
Possible solution
...