NativePlaceholderBehavior

public enum NativePlaceholderBehavior

Undocumented

  • placeholder will hide when user tap on the field, recommend to use with ‘useAsMainPlaceholder’ == true case

    Declaration

    Swift

    case hideOnFocus
  • placeholder will hide when user enter at least one character in field

    Declaration

    Swift

    case hideOnInput