In fact, adding textfield.dispatchEvent(new Event('input')) to end of onCaseChange method solve my problem. Thanks @Estus Flask for the tip
textfield.dispatchEvent(new Event('input'))
onCaseChange