BlazorNInput 4.0.1

dotnet add package BlazorNInput --version 4.0.1
NuGet\Install-Package BlazorNInput -Version 4.0.1
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="BlazorNInput" Version="4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorNInput --version 4.0.1
#r "nuget: BlazorNInput, 4.0.1"
#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 BlazorNInput as a Cake Addin
#addin nuget:?package=BlazorNInput&version=4.0.1

// Install BlazorNInput as a Cake Tool
#tool nuget:?package=BlazorNInput&version=4.0.1

License Package Version

Lire en français

BlazorNInput

Tab component for Blazor

The Nuget package page can be found at https://www.nuget.org/packages/BlazorInput/

Installation

To install BlazorNInput using Package Manager run the following command

Install-Package BlazorInput -Version 4.0.1

To install BlazorNInput using .NET CLI run the following command

dotnet add package BlazorInput --version 4.0.1

After you have installed the package add the following line in the _Imports.razor file

@using BlazorNInput

Paramètres

BlazorInputText

  • The BlazorInputText component accepts following parameters:
    • Placeholder : The placeholder displayed when no text is entered.
    • bind-Value : The value retrieved by input.
    • ReadOnly : true ou false. Make the field read-only.
    • ValidationPattern : A regular expression to apply a control on the cell.
    • LabelError : The message to display in case of validation failure.

Example of use:

<BlazorInputText Placeholder="Placeholder"
                 @bind-value="value"
                 ReadOnly="false"
                 LabelError="Ceci est une erreur"
                 ValidationPattern="^[-]?\d+$"/>

preview

Soon


Release Notes

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BlazorNInput:

Package Downloads
BlazorDataGrid

A filtered, paged, sorted and editabled datagrid

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1 187 9/1/2023
4.0.1-beta.1 71 9/1/2023
4.0.0 148 8/25/2023
3.0.0 389 7/7/2022