-
### Bug report
After upgrading from Webpack 4 to Webpack 5, and updating/reinstalling all plugins and dependencies, `webpack serve` now errors out on webpack-dev-server
### Actual Behavior
`w…
-
Hi React Select Team,
I am rendering a custom Value Container in Multiselect. But the issue is that I can see options selected in normal select but when I try to render with animated components, it…
-
### Describe the bug
The addition of the new "checkboxIcon" prop to the MultiSelect component is using the incorrect checkbox icon for the "Saga" theme (see reproducer).
The default "unchecked" …
-
ℹ️ [Figma (root)][figma] | [Sitemap][sitemap]
_This initial comment is collaborative and open to modification by all._
Related: https://github.com/GCTC-NTGC/gc-digital-talent/pull/3630 https://git…
-
@segunadebayo @tioluwani94 Really great work on everything so far!
I notice in the roadmap that you are planning to build a custom select component in Chakra and I wanted to start a discussion abou…
-
A Multiselect is a common input, and it seems like Chakra is missing it.
The API would use a [compound component API](https://www.samdawson.dev/article/compound-components-what-why-when). Example:
…
-
Hi there! I'm trying to get `chakra-multiselect` working in my new Next app. But as soon as I `import { MultiSelectTheme } from "chakra-multiselect";` (it doesn't matter whether it's in `_app.js` or `…
-
We are missing input options that are available to specify in the R interface. These are the following
- checkbox
- select
- multiselect
- number
Ryan can provide an example that has these specified…
-
## 重现链接或代码
## 重现问题步骤
table表格带有复选框的时候,鼠标hover上去会有hover类,鼠标在此点击当前行,hover类消失
![image](https://github.com/kdcloudone/kdesign/assets/23099333/c611c467-03b6-4630-8239-2978dfe8d7d1)
## 期望的结果是什么
…
-
### Describe the bug
`Dropdown` and `MultiSelect` both have support for custom icons:
- `Dropdown`: `dropdownIcon`, `clearIcon`
- `MultiSelect`: `dropdownIcon`, `removeIcon` (should probably have…