formbuilder
formbuilder copied to clipboard
A form builder for HTML5 and Twitter Bootstrap
Currently it states `@return MyClass $this`. Auto completion only gives the methods and properties of `MyClass` in this case and not from the child class. By replacing it to `@return...
Actual behavior: The links can be given as array. Example: $link = new Link("aLink",array("www.google.ro","www.asd.ro")); - is rendered as text11 " Expected behavior: The links should be given one in each...
isValid method returns true.
Actual behavior: - If the criterias are not met for minlength or maxlength an error is thrown with a message error defined in Element.php - The error thrown is: Unknown...
Could you paste even a sloppy demo or pseudo-code of the API you are aiming to create with this project? I would love to see what your goal syntax and...
Actual behavior: - When validating length (validateLength() method) from Control class, for minlength the condition from the if contains the wrong validation: strlen($value) > $minlength Expected behavior: - In the...