Oceanware.Ocean.Blazor 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Oceanware.Ocean.Blazor --version 1.6.0
NuGet\Install-Package Oceanware.Ocean.Blazor -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Oceanware.Ocean.Blazor" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oceanware.Ocean.Blazor --version 1.6.0
#r "nuget: Oceanware.Ocean.Blazor, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Oceanware.Ocean.Blazor as a Cake Addin
#addin nuget:?package=Oceanware.Ocean.Blazor&version=1.6.0

// Install Oceanware.Ocean.Blazor as a Cake Tool
#tool nuget:?package=Oceanware.Ocean.Blazor&version=1.6.0

Provides the OceanValidator that is the Blazor middleware between the Ocean validation and case correction library and the Blazor UI. This NuGet package provides the OceanValidator that is used on Blazor Razor pages. This replaces the default DataAnnotations validation library validator.

Package also include the OceanNumericInput component, a replacement for the Blazor InputNumber.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 8,268 11/17/2019
1.7.0 655 10/20/2019
1.6.0 469 10/20/2019
1.5.0 445 10/20/2019
1.4.0 476 9/24/2019
1.3.0 473 9/17/2019
1.2.0 487 9/5/2019
1.0.0 492 8/31/2019

Added support for setting the BrowserInputMode on the component so that mobile browsers will display the popup numeric keypad.