adopted-ember-addons / adopted-ember-addons/ember-paper

paper-form: Cant scroll the content in paper-content if there is a toolbar

Ouverte
#812 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
879
Forks
327
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

eg.
```
{{#paper-form onSubmit=(action "submitForm") as |form|}}
{{#paper-toolbar as |toolbar|}}
{{#paper-toolbar-tools}}
{{#paper-sidenav-toggle as |toggleAction|}}
{{#paper-button class="hide-gt-sm" onClick=(action toggleAction) iconButton=true}}
{{paper-icon "menu"}}
{{/paper-button}}
{{/paper-sidenav-toggle}}


Form



{{#form.submit-button}}Done{{/form.submit-button}}

{{/paper-toolbar-tools}}
{{/paper-toolbar}}
{{#paper-content class="md-padding"}}


ember-paper provides a paper-form to help you build forms and keep track of the form's global validity state. This component uses the html form tag by default, so expected form behavior will occur. (For example, pressing the enter key from within one of the form's inputs will submit the form.) paper-form yields paper-input, paper-select and paper-autocomplete controls. In the following example you can see how we use the yielded form controls:


ember-paper provides a paper-form to help you build forms and keep track of the form's global validity state. This component uses the html form tag by default, so expected form behavior will occur. (For example, pressing the enter key from within one of the form's inputs will submit the form.) paper-form yields paper-input, paper-select and paper-autocomplete controls. In the following example you can see how we use the yielded form controls:


ember-paper provides a paper-form to help you build forms and keep track of the form's global validity state. This component uses the html form tag by default, so expected form behavior will occur. (For example, pressing the enter key from within one of the form's inputs will submit the form.) paper-form yields paper-input, paper-select and paper-autocomplete controls. In the following example you can see how we use the yielded form controls:



{{/paper-content}}
{{/paper-form}}
```

there will be no scrollbar in the paper-content even i add overflow-y: scroll forcefully

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.