ChangeInputEventResponder
public protocol ChangeInputEventResponder
Implement this protocol with your View to receive HTML change events.
-
Called when a change event is received.
Declaration
Swift
func onChangeInputEvent(newValue: String)
View on GitHub
ChangeInputEventResponder Protocol Reference