Skip to content

Implement generic input handler

Currently every form element as its own handler function. This should be streamlined by having a generic on_input_element_blur and on_selection_blur methods which infer the element calling the method from the event object.