docs(input): correct loading behavior

Resolves nuxt/ui#2669
This commit is contained in:
Benjamin Canac
2024-11-18 09:35:23 +01:00
parent 03e24f4583
commit d3804157ec

View File

@@ -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`.