On change event not working properly?

On change event not working properly?

llampreallamprea Posts: 10Questions: 6Answers: 0

$( 'select', editor.field('license_type').node() ).on(
'change', function () {
Right now my code only checks at the first change, and stops after, how can i make it so that it checks every time the field is edited?

Answers

  • allanallan Posts: 61,756Questions: 1Answers: 10,111 Site admin

    Can you link to the page in question please? What you have above should work continuously, unless the Editor instance is being recreated or the field is being removed and readied.

    Allan

This discussion has been closed.