Right now my code looks like this:
$( 'input', editor.field('account_name').node() ).on( 'click', function () {
But instead of a click i'd like the event to be when i finish editing the field above "account name".
Is there a way to accomplish this?