skybrud / Skybrud.CharLimitEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skybrud.CharLimitEditor GitHub license NuGet NuGet

Installation

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.

  2. ZIP file
    Grab a ZIP file of the latest release; unzip and move the contents to the root directory of your web application.

Screenshots

The property editor will inform users on how close the current value is to reaching the limit:

image

Depending the configuration of the property editor, users may be able to exceed the limit, in which case the character count switches to a darker red color:

image

As mentioned above, the property editor can be configured to allow exceeding the character limit. It can also be configured to either be singleline (<input />) or multiline (<textarea></textarea>).

image

About

License:MIT License


Languages

Language:JavaScript 64.8%Language:C# 21.9%Language:HTML 7.6%Language:CSS 5.7%