We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc660a0 commit 2526720Copy full SHA for 2526720
1 file changed
lib/js/src/manager/screen/choiceset/KeyboardListener.js
@@ -104,8 +104,8 @@ class KeyboardListener {
104
* @param {function} listener - A function to be invoked when the event occurs.
105
* @returns {KeyboardListener} - A reference to this instance to allow method chaining.
106
*/
107
- setOnKeyboardInputMaskHasChanged (listener) {
108
- this._onKeyboardInputMaskHasChanged = listener;
+ setOnKeyboardDidUpdateInputMask (listener) {
+ this._onKeyboardDidUpdateInputMask = listener;
109
return this;
110
}
111
0 commit comments