Beta test: 9.4.1 : Bootstrap 5 Bugs

BS5 Bug 1: I’ve just found another bs5 bug. If I add a class to an input element (Input-item with intputType set to inputText) (might also effect other elements), when i run the app in the browser it has been removed, or, it was never actually added.

For some form inputs i add a class “include”, then when I reset that form I only loop though the “include” inputs to reset their values.

For now I can use ``form.querySelectorAll(‘[data-include=“true”]’).forEach(el => {`` instead.

BS5 Bug 2: Adding attribute data-include=“true” doesn’t get added to a an input-item with the “itemType” set to “textarea”.

BS5 Bug 3: Entering anything in the “Name” property for a textarea (input-item with the itemType set to textarea) doesn’t actually get added.

Thanks - we will have a look at these.

To clarify - these are not new in this beta, are they?

I’m using the new beta version, I don’t know if they existed on a previous version or not.

They’re fixed in the next beta, being uploaded now.

The bugs have been there since day 1 - thank you!

Should be fixed in 9.4.1.