-
| Technical Requirements | Does Not Meet Expectations (0) | Meets Expectations (1) | Exceeds Expectations (2) |
| --- | --- | --- | --- |
| Use at least three different types of HTML5 form elements: `…
-
**Is this a new component or an extension of an existing one?**
Forms, inputs, other freeform form elements
**Describe the feature**
As far as I can find, there is no mention of form validati…
-
While running unit test EditModelWidgetRenderSpec in grails 3, the following test fails:
```
def "the input renderer should include the html5 maxlength attribute and a placeholder if a maxSize v…
-
In Custom Fields there are fields that could actually be solved by a simple text-input field with validation options.
That are:
E-Mail
Telephone
URL
1) The user has to consult the documentat…
-
Love the library, thanks for taking the time to build it!
I'm trying to figure out whether/how I could override default field types to enable HTML5 fields. For example, Email and PhoneNumber both def…
-
Hello!
I tested with HTML5 number field, but do not work...
(sry i little speak english :( )
my entity:
.....
/**
\* @var integer
\* @Assert\NotBlank()
\* @Assert\Type(type="intege…
-
`templates/forms/default/field.html.twig`
`{% if field.validate.message %}title="{{ field.validate.message|t|e }}"`
But [documentation](https://learn.getgrav.org/forms/forms/reference-form-actions…
-
### What is the issue with the HTML Standard?
I want to address the recent change that forces the use of JavaScript to set custom error messages with the required attribute in HTML forms. Previously,…
-
DokuWiki contains some empty action atrributes inside of form elements that cause the html5 validation to throw an error. While most browsers handle it correctly there should be a way to correctly add…
-
```
What steps will reproduce the problem?
1. Use Firefox 5 as browser and navigate to
http://demo.52framework.com/demos/html5/full.html
2. Click on Submit form button under forms demo
What is the e…