About On-screen Keyboard

The on-screen keyboard in the manual is displayed as follows:


but I use it in Appstudio, No matter how I config it, this still appears:


fpComponentsKeyboardShow( function(text) {
// This function will execute when
// the user has finished editing.
}, “Change me” );

How can I use it correctly?

on the pc, no virtual keyboard showed (your screenshot is corret). you can use real keyboard to input data. On the real flexpendant, screen will show virtural keyboard as mentioned in manual

Thanks