Open waitstop opened 2 hours ago
This is intended to prevent focus blurring out of the Input when typing for example.
This is intended to prevent focus blurring out of the Input when typing for example.
Thank you for your response! However, according to the documentation, the expected behavior for the loading prop is to both show a loading icon and disable the Input.
Use the loading prop to show a loading icon and disable the Input
Environment
Build Modules: -
Version
v2.19.2
Reproduction
https://stackblitz.com/edit/nuxt-ui-4tuf4n?file=app.vue
Description
The Input component does not block user interaction when the
loading
prop is passed.Additionally, this issue is reproducible even on the documentation website. The example provided for the
loading
prop in the documentation exhibits the same behavior, where the input remains interactive despite being in a loading stateExpected Behavior
When the loading prop is true, the input field should be disabled
Actual Behavior
The input field remains interactive despite the loading prop being passed
Additional context
Logs