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
<n-input v-model:value="form.functionalExpectations" type="textarea" placeholder="请输入" :autosize="{ minRows: 2, maxRows: 5 }" ></n-input>
When I set the minRows and maxRows properties at the same time, entering a lot of text will stretch the textarea horizontally
minRows
maxRows
The text was updated successfully, but these errors were encountered:
It works in the demo page. A reproduction link is needed.
Sorry, something went wrong.
I'm sorry I didn't explain the root cause before. After checking again, I found that the above problems only occurred after using < n-form-item >
https://github.com/amadeus711/issue-demo
The code in src/components/Demo.vue
I'll fix it
Successfully merging a pull request may close this issue.
Environment Info
Reproduction link
Steps to reproduce
When I set the
minRows
andmaxRows
properties at the same time, entering a lot of text will stretch the textarea horizontallyWhat is expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: