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.