Bootstrap Form Generator issues after update to 4.8.0

What should happen.
When you create a form it should generate and show the form fields in a from group in App Structure.

What happens:
It only shows the label and input and NOT the form-group in App Structure (but it is there in the code)

Also I have noticed that adding form-floating the label movement on the input is no longer working.

Update just swapped back to previous version and no issues.

What version of Bootstrap are you using?

What has this to do with the form generator?

Same a before BS5. The form is generated through the form generator in Input Filed Generators.
It may not be an issue with that, but I’m just trying to give you as much info as possible:

Working on MAC by the way.
Now I swapped back to previous version it is working again, so a least I can carry on with my work.
I was not sure if it was anything to do with BS as the site I was working on all the previous pages with ‘Form-Floating’ worked no issues.
It was only a new page created with 4.8.0.
When I swapped back to the previous version I had to re-run the Input Field Generators to get it to work.

This is improved now in Wappler 4.8.1

Now a special form-group class is used to identify form-groups.

So either run the generator again, or add manually form-group next to the mb-3 class

This topic was automatically closed after 3 days. New replies are no longer allowed.