-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for a time picker #6
Comments
Theoretically we could let the binding generator automaticallly instantiate it when the input field has type "datetime", " time" or "datetime-local" . For datetime case with both a date and time picker, for time case only for the time picker. The date picker would still operate on the "date" input type as it already does. The binding could operate as it does already on Date, Calendar, FDate, LocalDateTime. Though a policy would need to be introduced on how to initialize a time in that case when no reference date is available. |
Sadly the demo currently throws an exception. But running the demo locally with a different version should make it work: http://coding.teliclab.info/wicket-7.x/datetimepicker Or just adapt it from the source code directly:
|
see https://groups.google.com/forum/#!topic/invesdwin-platform/RsJQkxPJxU0
The text was updated successfully, but these errors were encountered: