Skip to content

Tagify: Reference

Reference for Tagify in Web Framework References. Key properties: ID, Name, Disabled, Read Only.

Transform your text input into a tags inputs in an easy, customizable way. The Tagify component transforms an input field into a Tags component, in an easy, customizable way, with great performance and many customizable options. Tagify provides auto suggestions when entering text into the input - really useful dynamic list of products, countries, options etc., so you can offer your users quick search and selection without having to enter long text.

Inspector Property Groups

Tagify Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Required in common setups.
Attribute: id
NametextHTML name attribute.
Sets the control name . This is used as the field key in form submissions and is essential for classic post submissions and many server-side handlers. Bootstrap docs: Forms overview
Required in common setups.
Attribute: name
DisabledbooleanDisables the control.
Disables the form control. Disabled controls cannot be focused or edited and may be excluded from submission depending on the browser/handler. Bootstrap docs: Disabled forms
Attribute: disabled
Read OnlybooleanRead-only control.
Makes the control read-only. Read-only controls can be focused and copied, but not edited. This is different from disabled. Bootstrap docs: Readonly
Attribute: readonly
Enable Drag Sortboolean 
Dropdown PositiondroplistAttribute: dropdown-position
Options: All, Text, Input

Data Properties

Property Type Details
Data SourcetextAttribute: dmx-bind:data
Supports dynamic option sources.
Text FieldtextAttribute: tag-text
Supports dynamic option sources.
Secondary FieldtextAttribute: tag-secondary
Supports dynamic option sources.
Value FieldtextAttribute: tag-value
Supports dynamic option sources.
Image FieldtextAttribute: tag-image
Supports dynamic option sources.
Class FieldtextAttribute: tag-class
Supports dynamic option sources.

Display Options

Property Type Details
DuplicatesbooleanAttribute: duplicates
No TrimbooleanAttribute: notrim
No AutocompletebooleanAttribute: noautocomplete
Keep InvalidbooleanAttribute: keep-invalid
Skip InvalidbooleanAttribute: skip-invalid
Case SensitivebooleanAttribute: case-sensitive

General Tags Styling

Property Type Details
Disabled Bgcss_color 
Border Colorcss_color 
Hover Border Colorcss_color 
Focus Border Colorcss_color 

Tag Styling

Property Type Details
Backgroundcss_color 
Hover Colorcss_color 
Text Colorcss_color 
Text Color Editcss_color 
Image Sizecss_text 
Padcss_text 
Property Type Details
Text Colorcss_color 
Secondary Colorcss_color 
Secondary Font Sizecss_text 
Count Colorcss_color 
Image Sizecss_text 
Gap Sizecss_text 

Actions

Add empty tag

Tagify Add empty tag

Configuration group Controls
Add empty tag PropertiesAction configuration group

Add tags

Tagify Add tags

Configuration group Controls
Add tags PropertiesTags, Clear, Skip invalids

Remove tags

Tagify Remove tags

Configuration group Controls
Remove tags PropertiesTags

Remove all tags

Tagify Remove all tags

Configuration group Controls
Remove all tags PropertiesAction configuration group

Dynamic Attributes

No Custom

Attribute property Type Details
Value:textChoose dynamic data binding.

Delimiters

Attribute property Type Details
Value:textChoose dynamic data binding.

Duplicates

Attribute property Type Details
Value:textChoose dynamic data binding.

No Input

Attribute property Type Details
Value:textChoose dynamic data binding.

Max Tags

Attribute property Type Details
Value:textChoose dynamic data binding.

Dynamic Events

Change

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
itemtext 
valuetext 
isCustomboolean 

Add

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
itemtext 
valuetext 
isCustomboolean 

Remove

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
itemtext 
valuetext 
isCustomboolean 

Invalid

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
valuetext 
messagetextPopover content.

Input

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
valuetext 
isValidboolean