Closed wangerg closed 3 months ago
使用style, className,inputClassName 三种样式设置均无法正确设置输入框的高度,都只能设置外围的样式高度,输入框的样式高度一直保持不变,不知道是否有其他方法。
{ "name": "textarea", "type": "textarea", "label": "多行文本", style:{ "height":"500px", }, className:"h-full", inputClassName: "h-full bg-gray-200", }
👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
估计得配置 minRows
minRows
人傻了,没想到这个属性,配置minRows得以解决
使用style, className,inputClassName 三种样式设置均无法正确设置输入框的高度,都只能设置外围的样式高度,输入框的样式高度一直保持不变,不知道是否有其他方法。