Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static var hideInput: bool;
static bool hideInput;
static hideInput as bool

Description

Will text input field above the keyboard be hidden when the keyboard is on screen?

This property is applicable for single line text fields that have assigned keyboard with alphanumeric keys. Number-only keyboards will show text input field no matter if this flag is set to true or false.