Continuing the discussion from Tags input cell:
{
data: ‘TagCol’,
renderer: tagsRenderer,
editor: TagsEditor,
source: [‘test’,‘test2’,‘test3’],
strict: true,
allowInvalid: false,
},
Continuing the discussion from Tags input cell:
{
data: ‘TagCol’,
renderer: tagsRenderer,
editor: TagsEditor,
source: [‘test’,‘test2’,‘test3’],
strict: true,
allowInvalid: false,
},
Please provide the remaining logic for tagsRenderer
and TagsEditor
(possibly in a demo)
Thank you for sharing @vedaselvaraj27
As mentioned here https://handsontable.com/docs/9.0.1/Options.html#strict the strict
option relates to an autocomplete cell type that inherits autocompleteValidator
. Your column does not attach any validator.