Skip to content

当TextArea存在于Popup内的时候,TextArea无法滚动 #3177

@caixingyue

Description

@caixingyue

NutUI React 包名

@nutui/nutui-react-taro

NutUI React 版本号

2.7.13

平台

weapp

重现链接

重现步骤

<Popup
       
        visible={true}
        closeOnOverlayClick={false}
        style={{ height: 280, paddingTop: 15}}
        position="bottom"
      >

        <TextArea adjustPosition={false} placeholder="请输入备注" maxLength={100} style={{height: 100}} />

      </Popup>

在微信小程序中给TextArea输入足够的行,那么这时候应该允许滚动,但实际上无法滚动

期望的结果是什么?

TextArea超出行后可以正常滚动,就跟不在Popup中的效果一样

实际的结果是什么?

无法滑动滚动

环境信息

No response

其他补充信息

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions