History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LOOM-157
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ignacio Coloma
Reporter: Ignacio Coloma
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Loom

Add timepicker component and browser-side time validation

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


 Description  « Hide
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.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.