diff --git a/templates/partials/mdl_input.mustache b/templates/partials/mdl_input.mustache index e423136..51691c3 100644 --- a/templates/partials/mdl_input.mustache +++ b/templates/partials/mdl_input.mustache @@ -7,6 +7,9 @@ {{#fieldtype_tel}} {{>mdl_input_tel}} {{/fieldtype_tel}} +{{#fieldtype_barcode}} + {{>mdl_input_barcode}} +{{/fieldtype_barcode}} {{#fieldtype_datetime}} {{>mdl_input_datetime}} {{/fieldtype_datetime}} diff --git a/templates/partials/mdl_input_barcode.mustache b/templates/partials/mdl_input_barcode.mustache index 106b263..8784d2a 100644 --- a/templates/partials/mdl_input_barcode.mustache +++ b/templates/partials/mdl_input_barcode.mustache @@ -1,5 +1,17 @@ +