Skip to content

Set correct textfield value on keystroke

Nicolas Fella requested to merge work/fixkeystrokenewvalue into master

event.value is the old value, we need to set the new value here

Modifying event.value is not supported when not committing

Merge request reports