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
While using NuxtUI (which is awesome btw <3 ) , I understood that you can set the "required" prop to any form element on itself directly without using it in a <UFormField>. And that's great because you don't always need a label or you can set it as required without having the asterisk on it's label.
But I think that when you set "required"directly on the <UFormField>, it's child should be required too (and having "required" in the DOM too) as I don't see any reason it shouldn't ; and also it's repetitve to set it to both components. Correct me if I am missing something or if there's a reason for it !