Cannot remove inline class from form [fixed in 5.1.0]

Forms are inserted by default as form-inline. The switch to deactivate the inline form is not working.

Sorry that you've run into problems! Can you give us some pointers so we can reproduce this?

Hi Martin, thanks for your return!

I just noticed the issue happens if I add a form to a navbar (or any descendants).

Steps to reproduce the issue:

  1. Create an empty project
  2. Drag a Navbar component to your body
  3. Drag a form inside the navbar or any of its descendants

Current results:

The form has the class "form-inline" by default, but the option "inline" is not selected. Trying to change the value of "inline" does not have any effects.

Expected results:

The form could have "inline" option active by default, but I should be able to change it.

Sample use case:

We may have dropdown menu items containing forms, for example. The tool does not allow me to add forms without the form-inline class.

If you need any additional information just let me know.

Thank you! This helps a lot. This behavior is a remnant from older versions of Bootstrap, where it wasn't possible to add forms to navbars that weren't inline. We will fix this in our upcoming release.