# wx.updateKeyboard(Object object)

Start from base library version 2.1.0. Please remaining backward compatible.

Updates the content of the keyboard input box. The changes take effect only when the keyboard is shown.

# Parameters

# Object object

Attribute Type Default Required Description
value string The current value in the keyboard input box
success function No The callback function for a successful API call
fail function No Callback function for failed API call
complete function No Callback function used when API call completed (always executed whether call succeeds or fails)