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

Issues with VaadinDatePicker inside of an IronCollapse #146

Open
nikwenk opened this issue Mar 20, 2017 · 0 comments
Open

Issues with VaadinDatePicker inside of an IronCollapse #146

nikwenk opened this issue Mar 20, 2017 · 0 comments

Comments

@nikwenk
Copy link

nikwenk commented Mar 20, 2017

Hi,

there are some issues with VaadinDatePicker inside of an IronCollapse. You can not select a date when the DatePicker is opened. It looks like the focus is lost. If you click on the "today" button the focus seems to be back and everything works fine.

Example:

<p:PaperMaterial ui:field="btHeader" elevation="0" addStyleNames="{style.header}"><paper-ripple></paper-ripple></p:PaperMaterial>
     <i:IronCollapse ui:field="collapse">
          <g:HTMLPanel ui:field="contentPanel" addStyleNames="{style.content}">
               <v:VaadinDatePicker label="Test"/>
          </g:HTMLPanel> 
     </i:IronCollapse>

thanks

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

1 participant