D
Статическое свойство - это свойство формы. Не свойство финальной печеньки.
Size: a a a
D
D
N
D
N
AI
j
.long-text {вычисляй ширину
display:inline-block;
width:70px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
D
D
РП
БО
j
D
const smartInput = labelElement => {
const input = labelElement.querySelector('input')
input.addEventListener('input', e => {
labelElement.classList.toggle('active', e.target.value)
})
}
document.querySelectorAll('.input').forEach(smartInput)
РП
Р
j
РП
D