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 42f2ae8 commit 85a321fCopy full SHA for 85a321f
Sources/AppKitBackend/AppKitBackend.swift
@@ -676,6 +676,7 @@ public final class AppKitBackend: AppBackend {
676
textField.isEnabled = environment.isEnabled
677
textField.placeholderString = placeholder
678
textField.appearance = environment.colorScheme.nsAppearance
679
+ textField.font = Self.font(for: environment)
680
textField.onEdit = { textField in
681
onChange(textField.stringValue)
682
}
0 commit comments