mary

Results 3 comments of mary

> > 给他指定下节点挂载,可以挂载在页面的最外层 popupProps={ { portal: () => document.getElementById("id"), style: { height: "300px", }, } } > > 棒棒👍,雀食可以,已解决 😭😭 还是不行,只是复现频率稍微少点

@yujunfan 都试过了,重复20次多次点击必现 `import React, { useState } from 'react' import type { PickerOnChangeCallbackParameter, PickerOption, PickerOptions, PickerValue } from '@nutui/nutui-react-taro' import { Cell, Picker } from '@nutui/nutui-react-taro' import { View }...