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
这行代码里的getRootNode不兼容低于54版本的Chrome浏览器,求解。
https://github.com/react-component/picker/blob/master/src/PickerInput/RangePicker.tsx#L431
另一个组件SinglePicker的点击事件是另一种处理 这个组件在Chrome低版本上没问题 https://github.com/react-component/picker/blob/master/src/PickerInput/SinglePicker.tsx#L360
The text was updated successfully, but these errors were encountered:
@zombieJ 求帮忙看下这个是加个问号 const rootNode = (event.target as HTMLElement)?.getRootNode(); 还是和改成和SinglePicker那种处理就行
const rootNode = (event.target as HTMLElement)?.getRootNode();
Sorry, something went wrong.
No branches or pull requests
这行代码里的getRootNode不兼容低于54版本的Chrome浏览器,求解。
https://github.com/react-component/picker/blob/master/src/PickerInput/RangePicker.tsx#L431
另一个组件SinglePicker的点击事件是另一种处理 这个组件在Chrome低版本上没问题
https://github.com/react-component/picker/blob/master/src/PickerInput/SinglePicker.tsx#L360
The text was updated successfully, but these errors were encountered: