Releases: kevinchappell/formBuilder
Releases · kevinchappell/formBuilder
v3.9.11
3.9.11 (2023-09-12)
Bug Fixes
- i18n is a straight key/value pair, it does not contain a get() function (ebe59ce)
- If no value was set for a numberAttribute the value attribute's value was used instead. This causes min/max/step/rows/maxLen number attributes to incorrectly be assigned a value if they are not set in formData but a number exists in the value attribute (28b1a6f)
- Use the i18n translated label for boolean typeUserAttrs. Fixes #1391 (bc04612)
v3.9.10
3.9.10 (2023-08-27)
Bug Fixes
- Ensure that default selected checkboxes are unselected when loading userData that doesn't contain them. (2d284c9)
- The major browsers handle new lines in contenteditable blocks by inserting tags. This causes invalid HTML when inserting the content into a
with the paragraph control and when constructing tags. Setting display: inline-block forces the browsers to use a
tag instead for new lines. (5b700cb)