-
Notifications
You must be signed in to change notification settings - Fork 19
Advance to year field when / is pressed #48
Conversation
@@ -27,7 +27,8 @@ | |||
"iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0", | |||
"paper-input": "PolymerElements/paper-input#^1.0.0", | |||
"paper-styles": "PolymerElements/paper-styles#^1.0.0", | |||
"polymer": "Polymer/polymer#^1.1.0" | |||
"polymer": "Polymer/polymer#^1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alphabetical order, please!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Would you mind adding a test for this, please? Check out |
Having a lot of trouble with this. The following works for
so I'm not sure if iron-a11y-keys-behavior is broken. There's a test for |
paging @valdrinkoshi, our |
Hi @samuelli, I'm not sure I understand where's the problem. Is it in the tests? keyBindings: { 'a @ /' : '_selectYear' } |
@valdrinkoshi: Only the |
e2f95e0
to
01a7af2
Compare
Those keys seem to work now. Added a test but its blocked on https://github.com/PolymerElements/iron-test-helpers/pull/47/files |
ping @notwaldorf |
Thanks! LGTM |
Fixes #36