From 93df9fc8fb28d3e445f1126686f23c365c0e0109 Mon Sep 17 00:00:00 2001
From: Andrei Ivanov
Date: Tue, 7 May 2024 10:17:56 +1000
Subject: [PATCH] docs: Change controlled CommandDialog from prop to event
Prop used in documentation :on-open-change, does not work and also seems to not exist in radix-vue Dialog component. So to properly control Dialog programmatically you need to use event @update:open.
---
apps/www/src/content/docs/components/command.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/www/src/content/docs/components/command.md b/apps/www/src/content/docs/components/command.md
index f059004d..d6235555 100644
--- a/apps/www/src/content/docs/components/command.md
+++ b/apps/www/src/content/docs/components/command.md
@@ -101,7 +101,7 @@ watch(CmdJ, (v) => {
⌘J
-
+
No results found.