Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter woober

    (@woober)

    If i e.g. click somewhere right after i typed something new in the inputs, then the change(?) is done before the event happens and then the bug isnt there.

    Thread Starter woober

    (@woober)

    Video in OP is now working.

    Thread Starter woober

    (@woober)

    Ugly solution (until i notice the flipside):
    $a(‘#billing_address_1’).removeClass(‘input-text’);
    $a(‘#billing_postcode’).removeClass(‘input-text’);
    $a(‘#billing_city’).removeClass(‘input-text’);

    If anyone know how i can remove/off the keydown on these, please let me know

    Thread Starter woober

    (@woober)

    no one?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Checkout remove unnecessary load’ is closed to new replies.