Skip to content

Select control type does not honor h:mm TT time format #570

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

Closed
ekubacki opened this issue Apr 1, 2013 · 3 comments
Closed

Select control type does not honor h:mm TT time format #570

ekubacki opened this issue Apr 1, 2013 · 3 comments

Comments

@ekubacki
Copy link

ekubacki commented Apr 1, 2013

The Select control type is currently hard code to use hh:mm

This should honor what ever the timeFormat value is set to.

@trentrichardson
Copy link
Owner

I updated the dev branch, it should now work.

@ekubacki
Copy link
Author

ekubacki commented Apr 2, 2013

I have verified it is working (in chrome). Just a note that the select box is left justify and there's really no way to change that through css (that i'm aware of). It would be nice to add this as a feature to the select control type.

@trentrichardson
Copy link
Owner

Thanks for reporting back. All the styling timepicker does is via css, but there are no styles for select, that is left to the user to style. Browser support for styling select boxes is spotty, so without using a custom module, which is where the controlType option comes in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants