Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

InputField.OnValidateInput

Switch to Manual
public delegate OnValidateInput(text: string, charIndex: int, addedChar: char): char;

Parameters

Description

Custom validation callback.

When assigned validation of each character will be passed to the callback.