TextInputFieldStyle

public protocol TextInputFieldStyle : DynamicProperty

Undocumented

TextInputFieldStyle

  • modifier(_:) Extension method

    Undocumented

    Declaration

    Swift

    func modifier(_ modifier: some ViewModifier) -> some TextInputFieldStyle
  • concat(_:) Extension method

    Undocumented

    Declaration

    Swift

    func concat(_ style: some TextInputFieldStyle) -> some TextInputFieldStyle

Available where Self == TextInputFieldNumberStyle

  • number Extension method

    The number style is applied for the case that the TextInputField allows only numeric input. It will filter out any non-digit characters and removes any decimal points.

    Declaration

    Swift

    static var number: TextInputFieldNumberStyle { get }

Available where Self == TextInputFieldBaseStyle

Available where Self == TextInputFieldFioriStyle