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

Unable to use paper-input with v3.2.0 #601

Closed
hitesh153 opened this issue Aug 31, 2018 · 2 comments
Closed

Unable to use paper-input with v3.2.0 #601

hitesh153 opened this issue Aug 31, 2018 · 2 comments

Comments

@hitesh153
Copy link

hitesh153 commented Aug 31, 2018

Description

  1. The Overlay for date-picker does not open when we are using the tag v3.2.0
  2. Throws a console error from paper-input-behavior, which is coming due to the updates in the following commit tag

On further inspection we have found that the function added to validate the inputValue at line #437 is sending an empty inputValue and hence Overlay is unable to be shown

Expected outcome

On click on input field the overlay should pop up and allow user to select a date from inside it

Actual outcome

Overlay does not show up and user is unable to make any input in the date picker.

Demo

vaadin-date-picker-light attr-for-value="value"> <paper-input></paper-input> </vaadin-date-picker-light>

Steps to reproduce

  1. Put a vaadin-date-picker element in the page.
  2. Add the paper-input for the input field as shown in the demo
  3. Click the input field from the date-picker
@hitesh153
Copy link
Author

Update: We are able to make it work on tag v3.1.2

@limonte
Copy link
Contributor

limonte commented Sep 3, 2018

Unable to reproduce the issue: https://glitch.com/edit/#!/bristle-wool?path=bower.json:8:3

Please follow the issue template and reply with glitch.

@limonte limonte closed this as completed Sep 3, 2018
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