So i have like a normal input field with some attr name like <input name="attr_influence" class="characteristic-input" type="number" value="0"> And simple test API script like on('change:attribute', (ev) => { const eventName = ev.get('name'); log(eventName); } So the first time i change the value in the input field i dont get an event triggered, but aftwards the event triggers fine. Is this a known issue or am i missing something?