From b36bf76f8ee9a596ccc523257022150dce29d579 Mon Sep 17 00:00:00 2001 From: Alberto Lepe Date: Thu, 21 Nov 2019 14:28:58 +0900 Subject: [PATCH] Issue #123: Add support for input types: [number, tel, email, date, time] --- editor.html | 36 ++++++- libs/builder/components-bootstrap4.js | 150 +++++++++++++++++++++++++- libs/builder/inputs.js | 48 +++++++++ 3 files changed, 232 insertions(+), 2 deletions(-) diff --git a/editor.html b/editor.html index d206642f..b4a24ddc 100644 --- a/editor.html +++ b/editor.html @@ -412,10 +412,26 @@ + + + + @@ -690,6 +706,24 @@
{%=header%}
+ + + +