LING_ZI_QING

Results 8 issues of LING_ZI_QING

### Describe the bug 在 iPad OS 14.6 上 Safari 浏览文档,左侧菜单无法展开子菜单。 在 Antd 文档上试「内嵌菜单」没有问题。 ### Your Example Website or App https://x6.antv.vision/zh/docs/tutorial/about ### Steps to Reproduce the Bug or Issue 1....

type: bug 缺陷

在选择的时间改变后,可以通过监听 change、blur 事件。 原来元素会触发一个 blur 事件,但是只是在弹窗出现的时候触发,选择时间后无法通过监听时间的方式获取到当前的时间。 主动派发 blur 可以配合jQuery.validate 插件验证必填(私心一下)。

## kotlin-gradle-plugin ```bash ./gradlew clean ``` ```bash * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy...

### Versions - dumi: 1.1.39 - node: v16.13.0 - npm: yarn 1.22.17 - OS: MacOS 12.2.1 (21D62) - Browser: 版本 99.0.4844.51(正式版本) (arm64) ### Steps to reproduce 文件夹目录 ``` |-- card...

bug

## 你的运行环境 * 插件版本:2.8.7 * Installing JCore (1.9.4) * Installing JPush (2.8.7) * react-native 版本:0.66.3 ## 期望效果 能构建出 Debug 的安装包 ## 实际效果 iOS 构建 Debug 安装包的阶段中报错,Android 还没有尝试。 ## 重现步骤 运行环境:M1...

### Version 2.2.14 ### OS Version macOS 13.6.2 ### Node.js Version 18.19.0 ### Browser Version 119.0.6045.199 ### Link to minimal reproduction https://github.com/hjfruit/react-native-xiaoshu/tree/doc-next ### Steps to reproduce ```bash ## 安装依赖 yarn...

unconfirmed

[File System Access API](https://github.com/RonRadtke/react-native-blob-util/wiki/File-System-Access-API), there is currently no documentation for slice, I learned it from here [read chunk for large files, 250mb +](https://github.com/joltup/rn-fetch-blob/issues/80#issuecomment-413842502) > slice(path_to_source:string, path_to_write:string, firstByte: number, lastByte:number):Promise

> 组件默认值配置。 ## 目的 - 统一预设默认值,避免每个业务点手动配置 - 避免业务二次封装组件后与内部复用的组件表现不一致 ## 使用 一般情况自定义默认属性。 ```tsx import React from 'react' import { Provider, Button } from '@fruits-chain/react-native-xiaoshu' const initialValue = { Button: { size:...