We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi partners!
when it loads the page, the paper-drawer-panel aligned to the right, i should be collapsed, but instead it charges full loaded.
when i call the togglePanel function it bumps and then it midly works.
this only happens when there is a paper-input inside a paper-drawer-panel
<paper-drawer-panel id="dmenu" responsive-width="1980px" right-drawer> <div drawer> <paper-toolbar> Title </paper-toolbar> <div id="drawerContent"> <form id="form" action="http://localhost/site" method="post"> <paper-input floating-label name="id" label="reporte"></paper-input> <paper-input floating-label name="latitud" label="latitud"></paper-input> <paper-input floating-label name="longitud" label="longitud"></paper-input> <paper-input floating-label name="nombre" label="nombre"></paper-input> <paper-textarea floating-label name="descripcion" label="descripcion"></paper-textarea> <input type="hidden" name="basurero"/> <paper-button raised onclick="submitForm()">Enviar</paper-button> </form> </div> </div> <div main> <paper-icon-button icon="menu" onclick="document.getElementById('dmenu').togglePanel()"></paper-icon-button> hello world </div> </paper-drawer-panel>
Please, hope you can help me with this
The text was updated successfully, but these errors were encountered:
This issue tracker is for the Polymer core library. We'll make sure this gets moved to the appropriate repo.
Sorry, something went wrong.
This issue was moved to PolymerElements/paper-drawer-panel#70
tjsavage
No branches or pull requests
Hi partners!
when it loads the page, the paper-drawer-panel aligned to the right, i should be collapsed, but instead it charges full loaded.
when i call the togglePanel function it bumps and then it midly works.
this only happens when there is a paper-input inside a paper-drawer-panel
Please, hope you can help me with this
The text was updated successfully, but these errors were encountered: