Skip to content

skybrud/Skybrud.CharLimitEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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