State

public enum State

The state of the text area.

  • The default state.

    Declaration

    Swift

    case `default`
  • Adds an error icon to the text area and changes the border color to error.

    Declaration

    Swift

    case error