Closed softdevca closed 1 year ago
Before this fix the user had to press tab twice to move to the next field in a form. Also, event.preventDefault is not needed when event.stopPropogation is called because the default handler won't be called anyway.
Before this fix the user had to press tab twice to move to the next field in a form. Also, event.preventDefault is not needed when event.stopPropogation is called because the default handler won't be called anyway.