Skip to content
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

Styling for kt.DateInput #4

Open
petrsloup opened this issue Nov 30, 2015 · 0 comments
Open

Styling for kt.DateInput #4

petrsloup opened this issue Nov 30, 2015 · 0 comments
Assignees

Comments

@petrsloup
Copy link
Member

We now have kt.DateInput component, which can be used to decorate input[type=date] when native support is now available (klokantech/javascript@e301460):

http://klokantech.github.io/javascript/
(Chrome uses native control, in Firefox goog.ui.InputDatePicker instance is created by calling kt.DateInput.decorateAll('yyyy-MM-dd');)

Minor style fixes are needed for the native version (misaligned arrows?) and complete styling for the javascript version.

Original Closure Library styling for this control:
https://google.github.io/closure-library/source/closure/goog/css/datepicker.css
https://google.github.io/closure-library/source/closure/goog/css/inputdatepicker.css

@daliborjanak daliborjanak self-assigned this Nov 30, 2015
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