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 e81acde commit cd02139Copy full SHA for cd02139
Sources/WinUIBackend/WinUIBackend.swift
@@ -820,10 +820,10 @@ public final class WinUIBackend: AppBackend {
820
.url
821
}
822
823
- setInputScope(for: textField, to: inputScope)
+ setInputScope(for: textField, to: InputScopeName(inputScope))
824
825
826
- private func setInputScope(for textField: TextBox, to value: InputScopeNameValue) {
+ private func setInputScope(for textField: TextBox, to value: InputScopeName) {
827
if let inputScope = textField.inputScope,
828
inputScope.names.count == 1
829
{
0 commit comments