You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As every browser (especially Firefox ffs) implements the range input type element differently, we should probably use oninput instead of onchange events, as Firefox otherwise doesn't change the business card title parts instantly. E.g. when using keyboard left/right arrows to change the range value the onchange only seems to be triggered when focus is lost by tabbing away from the input element...
The text was updated successfully, but these errors were encountered:
As every browser (especially Firefox ffs) implements the range input type element differently, we should probably use
oninput
instead ofonchange
events, as Firefox otherwise doesn't change the business card title parts instantly. E.g. when using keyboard left/right arrows to change the range value the onchange only seems to be triggered when focus is lost by tabbing away from the input element...The text was updated successfully, but these errors were encountered: