Polymer input change event

前端 未结 5 1715
独厮守ぢ
独厮守ぢ 2021-02-05 20:42

All I want is to be able to get the input from a polymer element and alert it onchange WITHOUT creating a custom polymer element.

issues: on-change

5条回答
  •  春和景丽
    2021-02-05 20:49

    I don't know if the OP wanted a change callback while typing...but for Polymer 1.0+ one can listen to the changes while typing simply use the on-input instead of on-change "event"

    
    

提交回复
热议问题