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

add-on bug

オープン
#613 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
879
フォーク
327
PR マージ指標
30日以内にマージされた PR はありません

説明

I am new to Ember and am having issues with the {{#paper-select}} addon. I am trying to create a simple dropdown menu component, with six options in it it.

The component allows the user to scroll through the dropdown menu list. But it scrolls past the bottom of the list and goes back up to the top of the list.

I am wondering, how do I make it so the scrolling stops once it reaches the bottom of the list and does not go back up to the top? Similar to how if we scroll to the bottom of this page, it does not automatically go up to the top.

components/template.hbs
> {{#paper-select options=optionNames onChange=(action 'click') as |option|}}
> {{option.name}}
> {{/paper-select}}

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。