opcje wydatkow w zbiorce
This commit is contained in:
5
static/js/dodaj_wydatek.js
Normal file
5
static/js/dodaj_wydatek.js
Normal file
@@ -0,0 +1,5 @@
|
||||
document.addEventListener('input', (e) => {
|
||||
if (e.target && e.target.id === 'opis') {
|
||||
document.getElementById('opisCount').textContent = e.target.value.length;
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user