Page 1 of 1

How do I set the input type to datetime-local - AngularJS/Bootstrap

Posted: Sat Apr 11, 2015 7:31 pm
by Ravenight

Currently the input form in the builder for the AngularJS builder only allows two types of input, "text" and "password", within a select pull down.

Please allow custom input editing of this field add/or add the other input types available in AngularJS.

Here are all the input "types" that are needed:

input[checkbox]
input[date]
input[datetime-local]
input[email]
input[month]
input[number]
input[radio]
input[text]
input[time]
input[url]
input[week]

As a workaround, I created the input as I needed in the builder, went into the devtools while testing, copied the input from there and created an HTML holder in the builder. I then pasted the input into it and changed the type="" to what I needed and it all worked.


How do I set the input type to datetime-local - AngularJS/Bootstrap

Posted: Tue Apr 14, 2015 1:48 pm
by Evgene Karachevtsev

Hello Ravenight,

Sorry for delay and thank you for your suggestion, we'll forward it to our development team.