We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9ae8e commit 7a9a153Copy full SHA for 7a9a153
Sources/LiveViewNative/Views/Text Input and Output/TextField.swift
@@ -35,7 +35,7 @@ import SwiftUI
35
/// @native
36
/// |> autocorrection_disabled(disable: true)
37
/// |> text_input_autocapitalization(autocapitalization: :words)
38
-/// |> keyboard_type(type: :web_search)
+/// |> keyboard_type(keyboard_type: :web_search)
39
/// |> submit_label(submit_label: :search)
40
/// }
41
/// >
@@ -52,7 +52,7 @@ import SwiftUI
52
/// value-binding="amount"
53
/// format="currency"
54
/// currency-code="usd"
55
-/// modifier={@native |> keyboard_type(type: :decimal_pad)}
+/// modifier={@native |> keyboard_type(keyboard_type: :decimal_pad)}
56
57
/// Enter Amount
58
/// </TextField>
0 commit comments