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 4f1f441 commit 080603cCopy full SHA for 080603c
Sources/ComponentsKit/Components/InputField/Models/InputFieldVM.swift
@@ -18,7 +18,7 @@ public struct InputFieldVM: ComponentVM {
18
19
/// The font used for the input field's text.
20
///
21
- /// If not provided, the font is automatically calculated based on the checkbox's size.
+ /// If not provided, the font is automatically calculated based on the input field's size.
22
public var font: UniversalFont?
23
24
/// A Boolean value indicating whether autocorrection is enabled for the input field.
0 commit comments