We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code example :
<TextareaAutosize id="input-textarea" minRows={1} maxRows={2} value={input} onChange={handleInputChange} onKeyDown={handleInputKeyPress} placeholder={inputPlaceholder()} onClick={hideWrapperFlexClass} onBlur={showWrapperFlexClass} className="border-none resize-none rounded-l-xl w-full py-4 pl-4 text-sm focus:outline-none" ></TextareaAutosize>
Screenshots :
On firefox (100.0, latest version to date) :
On chrome :
I'm guessing it's related to Firefox's handle of height mentioned here : #313
I'll try and investigate the issue and produce a fix/workaround.
Edit : I'm using Tailwind and adding a max-height did the trick.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code example :
Screenshots :
On firefox (100.0, latest version to date) :
On chrome :
I'm guessing it's related to Firefox's handle of height mentioned here : #313
I'll try and investigate the issue and produce a fix/workaround.
Edit : I'm using Tailwind and adding a max-height did the trick.
The text was updated successfully, but these errors were encountered: