Specify type of text input in most TextBox
usages
#30495
Annotations
10 errors
Dotnet code style:
osu.Game/Overlays/Login/LoginForm.cs#L67
'OsuTextBox' does not contain a definition for 'InputProperties'
|
Dotnet code style:
osu.Game/Overlays/Login/LoginForm.cs#L67
The type or namespace name 'TextInputProperties' could not be found (are you missing a using directive or an assembly reference?)
|
Dotnet code style:
osu.Game/Overlays/Login/LoginForm.cs#L67
The name 'TextInputType' does not exist in the current context
|
Dotnet code style:
osu.Game/Graphics/UserInterfaceV2/FormNumberBox.cs#L25
The name 'InputProperties' does not exist in the current context
|
Dotnet code style:
osu.Game/Graphics/UserInterfaceV2/FormNumberBox.cs#L25
The type or namespace name 'TextInputProperties' could not be found (are you missing a using directive or an assembly reference?)
|
Dotnet code style:
osu.Game/Graphics/UserInterfaceV2/FormNumberBox.cs#L25
The name 'TextInputType' does not exist in the current context
|
Dotnet code style:
osu.Game/Overlays/Settings/SettingsNumberBox.cs#L72
The name 'InputProperties' does not exist in the current context
|
Dotnet code style:
osu.Game/Overlays/Settings/SettingsNumberBox.cs#L72
The type or namespace name 'TextInputProperties' could not be found (are you missing a using directive or an assembly reference?)
|
Dotnet code style:
osu.Game/Overlays/Settings/SettingsNumberBox.cs#L72
The name 'TextInputType' does not exist in the current context
|
Dotnet code style:
osu.Game/Graphics/UserInterface/OsuNumberBox.cs#L12
The name 'InputProperties' does not exist in the current context
|
Loading