Kermit
Kermit
I can't understand what do you need? `data-*` props will be passed to the dom of select.
Can you provide reproduce example?
I will try fix this.
@KeRusty @KelvinMitaki You need to set `dots` to `true` ``` jsx ``` This is screenshots: 
@zyslife 我是在 3.0.5 遇到了这个问题,这个时候好像没有依赖 reanimated,这有什么解决方法么?
any progress ?
这个需求感觉并不是很常见,可以自己给 SubMenu 加个选中的类名和样式来实现,Menu 应该保持它自己本身的功能。
我不知道你说的点击的 Submenu 是什么意思? 我不同意的点是把 Submenu 当成 MenuItem 去对待(把 key 存到 selectedKeys),这违背了 Menu 本身的设计,在 Menu 中 SubMenu 本来就是起到一个分类分组的作用,选中它本身是没有意义的,我们要选择的是它下面的 MenuItem。 你的这个例子,我觉得这个并不适用于导航菜单,更像是 Tags(但是好像又不能完全满足😂)。
> > @afc163 I would add api: `keyboard: boolean | (event) => boolean`? > > IMO, the issue is that search text should not be coupled with selected tags at...