hmpo-template-mixins
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -31,2 +31,3 @@ 'use strict'; | ||
hintId: fieldName + '-hint', | ||
contentKey: 'date-' + part, | ||
autocomplete: dateField.autocomplete === 'off' ? 'off' : (dateField.autocomplete +'-' + part), | ||
@@ -33,0 +34,0 @@ labelClassName: 'form-label', |
{ | ||
"name": "hmpo-template-mixins", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "A middleware that exposes a series of Mustache mixins on res.locals to ease usage of forms, translations, and some general needs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
160148
3400