End Adornments disappear from MultilineInput when max-height is set #4448
Labels
component: multiline input
status: awaiting triage
Automatically added to new issues. Should be removed once they have been triaged.
type: bug 🪲
Something isn't working
Latest version
Description
Given a multiline input with max-height and end adornments, as the user types more new lines into the input box and it reaches the max height, the end adornments disappear
Steps to reproduce
<MultilineInput endAdornment={<> <Text>GBP</Text> <Button appearance="transparent" aria-label="Reset"> <RefreshIcon aria-hidden /> </Button> <Button sentiment="accented" aria-label="Submit"> <SendIcon aria-hidden /> </Button> </>} style={{ maxWidth: "256px", maxHeight: "256px" }} defaultValue="Value" {...args} />
Expected behavior
When the height limit is reached, a scroll bar should appear, and the end adornment will stay fixed at the bottom.
Package name(s)
Core (@salt-ds/core)
Package version(s)
1.37.1
Browser
Operating system
Are you a JPMorgan Chase & Co. employee?
The text was updated successfully, but these errors were encountered: