-
I am trying to create DropdownMenu in Navbar. Bootstrap specifies dropdown-menu-lg-end class.
Using end or end="true" doeas not seams to work. My menu when expanded is still left-aligned:
```
…
-
I am trying to change the rightIcon for submenu in DropdownMenu, but as I understand from code (https://github.com/gravity-ui/uikit/blob/8eacc82c940b860238d0b148233b3930d4e373ed/src/components/Dropdow…
-
## Feature request
### Overview
At the moment, it seems that DropDownMenu Arrow positioning is always to the center of the trigger.
The feature request is to add another "align" or "anchor" opt…
-
## Describe the bug
ARIA attributes, or at least `aria-labelledby`, don't seem to be properly passed through to the root `div` of a `DropdownMenu` component. Instead, the `DropdownMenu` component is …
-
I'm getting errors when running pod update on my project. Looks like this is now trying to pull in another library when using pod 'DropdownMenu' which is a Swift implementation and seems altogether a …
-
### Describe the bug
When using the `DropdownMenu` component, I encounter a type error related to the `checked` property. The error message suggests that there is an incompatibility when `checked` is…
-
### Steps to reproduce
1. Create a `TextField` with `onTapOutside` defined and `DropDownMenu` with `onSelected` and `requestFocusOnTap` set to false.
2. Tap into the `TextField`.
3. Tap on the …
-
### NextUI Version
2.4.2
### Describe the bug
On the Dropdown component, applying a custom background works as expected. However, when applying a tailwind class like backdrop-blur-lg, the effect is…
-
### tdesign-miniprogram 版本
1.2.5
### 重现链接
_No response_
### 重现步骤
DropdownMenu和 treeSelect 配合使用时,treeSelect 左侧列表出现无法滑动的问题,代码如下
### 期望结果
DropdownMenu和 treeSelect 配合使用时,treeSelect 可以正常使用,且去掉上面…
-
### Bug explanation
See:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/pull/2728
The foreground color seems incorrect in the `DropDownMenu` of `DataGridComboBoxColumn` when …