opcje wydatkow w zbiorce

This commit is contained in:
Mateusz Gruszczyński
2025-09-20 16:19:30 +02:00
parent b9e85ab5d4
commit 0b221696d4
5 changed files with 158 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
document.addEventListener('input', (e) => {
if (e.target && e.target.id === 'opis') {
document.getElementById('opisCount').textContent = e.target.value.length;
}
});