From 0eb9c488a347d4709b9c63d513ff0d92193817ec Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Fri, 3 May 2024 18:12:19 +0300 Subject: [PATCH] fix(QCarousel): JSON > some default values --- ui/src/components/carousel/QCarousel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/carousel/QCarousel.json b/ui/src/components/carousel/QCarousel.json index 208792bc57d..6a14e63ba69 100644 --- a/ui/src/components/carousel/QCarousel.json +++ b/ui/src/components/carousel/QCarousel.json @@ -35,13 +35,13 @@ "type": "String", "desc": "Type of button to use for controls (arrows, navigation)", "values": [ "'regular'", "'flat'", "'outline'", "'push'", "'unelevated'" ], + "default": "'flat'", "category": "style" }, "autoplay": { "type": [ "Number", "Boolean" ], "desc": "Jump to next slide (if 'true' or val > 0) or previous slide (if val < 0) at fixed time intervals (in milliseconds); 'false' disables autoplay, 'true' enables it for 5000ms intervals", - "default": "false", "examples": [ "true", "false",