MadCcc
MadCcc
Use Menu `theme="dark"`.
Well, it's an issue about default background of Layout, which should be a design issue. We will take this into consideration
We would extend Calendar to support your demand instead of an `inline` DatePicker. Maybe the boundary of DatePicker and Calendar should be explicted. cc @arvinxx
静态方法不消费 context,建议使用 hooks 版本或者 App 组件。
不显示这个 warning 好了。
This element is covered by `::before` of `` tag, which is used for extending click area of `` in Menu.Item
Ref change will not trigger rerender, and this effect may not work. Any other idea?
目前没有计划,可以先试用 TreeSelect
antd 的样式有缓存,同一个组件不会多次生成样式。试试为 shadow dom 的组件每次都创建一个新 cache。 ``` ```
当前我们使用 `querySelector` 来查询子节点,`key` 中避免使用 `"` 可以解决这个问题。