Skip to content

Add slim prop to Form component #4483

@hackel

Description

@hackel

Is your feature request related to a problem? Please describe.

When upgrading to v4, I replaced a ValidationObserver using the slim prop with a Form component as a div. This worked fine, but broke the flexbox layout that was used on the form.

Describe the solution you'd like

If the Form component supported the slim prop (or :as="null") to make a renderless component, it would solve the layout issue.

Describe alternatives you've considered

I rewrote my component using useForm and that worked fine, but it would be nice not to have to do that extra work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions