You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't then 'type' key be ommited? Or better yet, it should pass a new type, overwriting the current one. All of those fields (http://www.w3schools.com/html/html5_form_input_types.asp) are text fields. As for checkbox or radio, maybe it should throw an exception with a hint how to produce checkbox/radio field properly?
Sorry for not properly formating my first post, I was pointing there that it produces
Hi!
When generating form input fields using \Phalcon\Tag, 'type' is being doubled:
tag->textField(array('foo', 'type' => 'number')); ?>Produces:
And should:
The text was updated successfully, but these errors were encountered: