Skip to main content

ABCD 3.6.1 Technical Release Notes

· One min read
Roger C. Guilherme
Librarian and programmer at ABCD

What's Changed

Full Changelog: https://github.com/ABCD-DEVCOM/ABCD/compare/v3.6.0...v3.6.1

Details

Add clear-field button styles and fix textCounter refs

Introduce .btn-limpar-abcd CSS for a compact clear-field button and prevent inputs/textareas in .table-fdt-four from growing wide enough to break button rows. In PHP, unify textCounter calls to use document.forma1 to fix incorrect form references. Update the DOM-inserted clear button: change its class to btn-limpar-abcd and its title to English ('Clear field'). Also remove a stray blank line in the generated output.

Before

image

After

image

Note: This adjustment was made following complaints from some users about there being too much white space in the data entry field.