How to add a date-picker in edittemplate/fields

Here I am trying to add a date-picker into the field due of all tiddlers with fieldname due using the instructions given here and looking at this example

The relevant tiddlers are - $:/config/FieldEditorFilters/due and $:/config/EditTemplateFields/Templates/due

due field can be seen in this tiddler for testing. However the date picker is not seen on edit mode.

Any idea why it is not working.

Hi @arunnbabu81,

The problem is the filter: its input is the field name, so you should use something like

[match[due]then[$:/config/EditTemplateFields/Templates/due]]

Have fun,

Fred

1 Like

Thank you @tw-FRed
It works perfectly.