Skip to content

Input Content Type Restriction

1. Overview

Restrict input content format to specific types such as text, numbers, time, date, month, datetime, etc. Validation is implemented through regular expressions or built-in types (e.g., number, email).

2. Use Cases

  • Numeric Input: Scenarios requiring numeric input such as age, amount, quantity.
  • Email/Phone: Validate format legality in registration or contact forms.

3. Configuration Entry

限制类型.gif

Input content type restriction is set in "Component Configuration >> Property Configuration":

输入框类型设置.png

4. Supported Fields

Only input box supports input content type restriction.