-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
chakra-ui
Version
5.x
Current Behavior
Using a uiSchema
to set the number of rows of a textarea works as expected with many themes, but not with chakra-ui.
Example uiSchema:
{
"longText": {
"ui:widget": "textarea",
"ui:rows": 10
}
}
Expected Behavior
A textarea with 10 rows is expected when the ui schema specifies it, as in the playground link below.
Steps To Reproduce
Anything else?
Looks like a one line change, I prefer to open an issue first but happy to offer a PR.