Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

DigitTextArea rows doesn't work. #353

Closed
ViddeM opened this issue Apr 14, 2020 · 1 comment
Closed

DigitTextArea rows doesn't work. #353

ViddeM opened this issue Apr 14, 2020 · 1 comment

Comments

@ViddeM
Copy link
Member

ViddeM commented Apr 14, 2020

image

for the following code, note that rows is set to 10 but only 6 is shown.

<DigitTextArea
    value={config.value}
    outlined
    upperLabel={config.key}
    size={{
      width: "100%"
    }}
    rows={10}
    onChange={e => props.onConfigChange(config.key, e.target.value)}
/>
@Portals Portals added this to the v1.0.1 milestone Apr 15, 2020
@molleer molleer self-assigned this Apr 16, 2020
Portals added a commit that referenced this issue Apr 19, 2020
Size resizes input area and rows will have precedence over rowsMax in DigitTextArea
@Portals
Copy link
Member

Portals commented Apr 19, 2020

Will be closed by v1.0.1

@Portals Portals closed this as completed Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants