You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KeyboardListener method called when the input mask has been changed is misaligned with the other libraries. onKeyboardInputMaskHasChanged should be onKeyboardDidUpdateInputMask.
Expected Behavior
The method and its setter should use onKeyboardDidUpdateInputMask.
Observed Behavior
The method and its setter uses onKeyboardInputMaskHasChanged.
The text was updated successfully, but these errors were encountered:
Bug Report
The KeyboardListener method called when the input mask has been changed is misaligned with the other libraries.
onKeyboardInputMaskHasChanged
should beonKeyboardDidUpdateInputMask
.Expected Behavior
The method and its setter should use
onKeyboardDidUpdateInputMask
.Observed Behavior
The method and its setter uses
onKeyboardInputMaskHasChanged
.The text was updated successfully, but these errors were encountered: