rds_agi
36a9c1bb71
Fixed all issues related Command component (#4154)
# Fix Command Component issues and update documentation
## Changes
- Resolve Command Component issues by wrapping `<CommandGroup />` inside `<CommandList>`
- Update deprecated docs in `combobox.mdx` to reflect latest `<Command />` component usage
### Code Changes
From:
```tsx
<Command>
...
<CommandGroup>
...
</CommandGroup>
</Command>
```
To:
```tsx
<Command>
...
<CommandList>
<CommandGroup>
...
</CommandGroup>
</CommandList>
</Command>
```
## Visual Comparison
Before & After comparison:
https://github.com/shadcn-ui/ui/assets/77154365/156b7180-54e6-45aa-8934-b4fb99e6160e
## Summary
By wrapping `<CommandGroup />` inside `<CommandList>{children}</CommandList>`, all issues related to the Command Component have been resolved.
2024-07-10 12:40:55 +00:00
..
2023-11-19 11:16:27 +04:00
2023-06-22 22:44:52 +04:00
2023-10-19 17:20:34 +00:00
2023-10-19 17:20:34 +00:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-03-07 22:42:39 +04:00
2024-03-07 22:42:39 +04:00
2024-03-07 22:42:39 +04:00
2024-03-07 22:42:39 +04:00
2024-03-07 22:42:39 +04:00
2024-03-07 22:42:39 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2024-01-28 12:47:45 +04:00
2023-10-24 12:27:21 +00:00
2023-07-12 20:22:35 +04:00
2024-04-05 21:28:05 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2024-01-28 12:47:45 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-07-06 02:06:40 +04:00
2023-10-21 14:09:57 +00:00
2024-07-10 12:40:55 +00:00
2023-10-21 14:09:57 +00:00
2023-12-22 23:36:59 +04:00
2023-06-22 22:44:52 +04:00
2023-08-03 22:22:38 +04:00
2023-06-22 22:44:52 +04:00
2023-11-19 11:15:44 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-10-15 16:28:57 +04:00
2023-09-18 17:35:27 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-10-19 17:20:34 +00:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2024-03-19 10:25:06 +04:00
2024-03-19 10:25:06 +04:00
2024-03-19 10:25:06 +04:00
2024-03-19 10:25:06 +04:00
2024-03-19 10:25:06 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-12-22 23:36:59 +04:00
2023-08-25 07:24:04 +04:00
2023-10-21 13:54:16 +00:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2023-11-12 14:25:35 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-07-06 02:06:40 +04:00
2024-01-28 13:23:06 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-12-22 23:36:59 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2023-11-12 11:20:18 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-28 12:47:45 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2024-01-07 07:49:26 +00:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-10-18 21:33:24 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2024-01-07 07:26:21 +00:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00
2023-06-22 22:44:52 +04:00