Event propagation

Event propagation is completely desirable, and is something that we rely in quite a bit.

In better detail, You can have an event handler on the form itself waiting for change events to occur. When anything changes, like when you enter info in a text field, the event is triggered first on the field and if it’s not handled there, propagates up to the where it’s caught by the form handler itself.