InputType

Enum of types of input

This enum do check of input or change the display of your content. Possibility below :

  • TEXT : you can write all things you want

  • NUMBER : only digit are allow to be write

  • PASSWORD : it's same input of text BUT your text gonna display '*'

  • IPV4

  • IPV6

IPV4 and IPV6 are currently in developpement for there available inputs

Last updated