You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set paddingRight to 0
set autosize any minRows and maxRows
<div><!-- autosize work --><TextAreastyle={{paddingRight:0}}placeholder="Autosize height based on content lines" autosize/><divstyle={{margin: '24px 0' }} /><!-- autosize error --><TextAreastyle={{paddingRight:0}}placeholder="Autosize height with minimum and maximum number of lines" autosize={{minRows:2,maxRows:6}}/></div>
Version
3.1.4
Environment
edge & IE
Reproduction link
https://codesandbox.io/s/qqq1ynq16j
Steps to reproduce
set paddingRight to 0
set autosize any minRows and maxRows
see https://codesandbox.io/s/qqq1ynq16j edge or IE
What is expected?
autosize
What is actually happening?
textarea height calculation error
The text was updated successfully, but these errors were encountered: