Rylan

Results 82 comments of Rylan

疑似又是 Windows 兼容性的问题...Mac 无法复现

`v11.6` 之后的版本应该就不存在这个问题了

可以利用「插槽」渲染自定义布局,而不是直接使用 `option` 实现 ```tsx { setCity(value); }} > {options.map((item, index) => ( {item.label} ))} ```

I couldn't reproduce the error you mentioned on my end. Everything seems to be working fine here.

应该是利用的主题生成器生成了新样式导致的,相同场景:https://github.com/Tencent/tdesign/issues/689 这个近期会修复,可以重新生成一份...或者自己先手动调整 dark 模式下的 CSS

> > 这样看起来突显的是人,不是修改日志 🤔 这么说也有道理...但原始的 `CHANGELOG.md` 确实也有很多这种写法。 只不过分类之后去除了组件名前缀,第一行只剩下用户名了,可以再讨论一下 ☑️

```tsx import React, { useState } from 'react'; import { Button, Form, Input, InputAdornment, Select } from 'tdesign-react'; const { FormItem } = Form; export default function BaseForm() { const...

动画消失后,会自动 `dialogCardRef.current.style.display = 'none'`,所以不太确定你的样式是如何被强制格式化的

- 「非模态对话框的情况下,点击空白地方, 弹窗还是会被关闭」这个问题已提了 PR 修复 - 「非模态对话框,支持展示 showOverlay 的能力」感觉有点违背「非模态框不中断用户操作」这个本意