onValueChanged event of the InputField is triggered twice on mobile platforms whenever the NativeEditBox receives a value changed message from native plugin. This PR adds new OnValueChanged event to NativeEditBox to be listened when the platform is mobile.
onValueChanged
event of theInputField
is triggered twice on mobile platforms whenever the NativeEditBox receives a value changed message from native plugin. This PR adds newOnValueChanged
event toNativeEditBox
to be listened when the platform is mobile.