Type: InputGraceDocs
Input = Labeled & type { ...added methods below... }
Component that can take input and respond to an event

Added methods

Method signature Return type
onBlurDo(f:Response) Done
Respond to this input losing focus with the given event.
onChangeDo(f:Response) Done
Respond to this input having its value changed.
onFocusDo(f:Response) Done
Respond to this input gaining focus with the given event.