Rylan

Results 21 comments of Rylan

Hi, have you figured out how to solve the issue with the audio not playing? I've been trying to connect AudioContext to WaveSurfer as well.

可以自定义 `trigger`,重写元素

虽然没找到哪个 PR 解决了这个问题,但最新版本应该已经正常了

在刚发布的 `1.15.0` 版本,支持下面写法进行控制点击 Presets 时不关闭弹窗…全部场景引入 `needConfirm` 按钮未来会继续推进 ```tsx import React, { useState } from 'react'; import dayjs from 'dayjs'; import { DateRangePicker, Space } from 'tdesign-react'; import type { DateRangePickerProps,...

复现 DEMO ```tsx import React, { useState } from 'react'; import { Select } from 'tdesign-react'; const hints = [ { '@id': 1, content: '内容A', type: 'accept' }, { '@id':...

已修复,并发布 `1.15.2` 版本