Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • prefixText : Developers can give a prefix Text for the text field placeholder (Eg. +91, ₹ )

  • isRequired : Developers can make a text field mandatory / non-mandatory for the users based on the isRequired value as true/false

  • suffixIcon : Used to create an icon like eye button on the text field.

  • requiredMessage : Customise your error validation message using requiredMessage variable

    Image Added
  • obscureText : Used to make the text masked for the users

  • maxLength : Used to specify the max characters to be entered in the text field

  • isDisabled : If isDisabled is true , then the text field becomes read-only (non-editable).

...