You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For what version of Nuxt UI are you asking this question?
v2.x
Description
I'm using the FormGroup component, and I've set the error to true, however unless it contains a non-empty text value the error slot won't render. Is this intentional or a bug? I would tend to think it's the latter.
<UFormGroup :error="true">
<template #error>
<div>I will not render</div>
<template>
</UFormGroup>
For what version of Nuxt UI are you asking this question?
v2.x
Description
I'm using the FormGroup component, and I've set the error to true, however unless it contains a non-empty text value the error slot won't render. Is this intentional or a bug? I would tend to think it's the latter.
The text was updated successfully, but these errors were encountered: