
|
If you were logged in you would be able to see more operations.
|
|
|
Loom
Created: 20/Mar/09 04:22 PM
Updated: 20/Mar/09 04:23 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.1
|
| Fix Version/s: |
1.5
|
|
|
Loom already includes browser validation for date and datetime fields. A new validation routine for validating time-only fields would be required. The proposed HTML contract follows:
<label>
<span>Time:</span>
<input type="text" name="time" class="time" />
</label>
form.bindValidations should validate this field automatically, but anyway a component should be implemented to block non-numeric characters and format the field correctly on focus lost.
|
|
Description
|
Loom already includes browser validation for date and datetime fields. A new validation routine for validating time-only fields would be required. The proposed HTML contract follows:
<label>
<span>Time:</span>
<input type="text" name="time" class="time" />
</label>
form.bindValidations should validate this field automatically, but anyway a component should be implemented to block non-numeric characters and format the field correctly on focus lost. |
Show » |
| There are no comments yet on this issue.
|
|