From d3804157ec65eaaf9aca8a82240e36e7f7d6d4eb Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 18 Nov 2024 09:35:23 +0100 Subject: [PATCH] docs(input): correct loading behavior Resolves nuxt/ui#2669 --- docs/content/2.components/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/input.md b/docs/content/2.components/input.md index 4145fbb4..38d9686d 100644 --- a/docs/content/2.components/input.md +++ b/docs/content/2.components/input.md @@ -142,7 +142,7 @@ props: ### Loading -Use the `loading` prop to show a loading icon and disable the Input. +Use the `loading` prop to show a loading icon in the Input. Use the `loading-icon` prop to set a different icon or change it globally in `ui.input.default.loadingIcon`. Defaults to `i-heroicons-arrow-path-20-solid`.