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 c4e5a26 commit 14e8f42Copy full SHA for 14e8f42
src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs
@@ -31,14 +31,14 @@ namespace Uno.Toolkit.UI
31
32
// Dummy enum for Uno.UI v5 so ReturnType DP compiles as InputReturnType is available for v6+.
33
public enum InputReturnType
34
- {
35
- Default,
36
- Done,
37
- Go,
38
- Next,
39
- Search,
40
- Send
41
- }
+ {
+ Default,
+ Done,
+ Go,
+ Next,
+ Search,
+ Send
+ }
42
}
43
#endif
44
0 commit comments