0
emberアプリケーションでは、私のoptions
値をヘルパーを使ってソートしようとしています。ビルドエラーが発生しています。ここ`選択 'コンポーネント` options`にヘルパーを追加する方法
は私のコードです:selectedCreditCard.balances
- 配列私はhtmlbarsにoptions
でヘルパーを使用する方法
{{#rdc-form-select label="Select Balance"
labelPosition="top" tabindex="0"
options=selectedCreditCard.balances sortBy-amout //sortBy-amout is helper
selected=selectedBalance
searchEnabled=false
renderInPlace=true
onchange=(action 'selectedBalaceType') as |data|
}}
{{data.balanceType}} : {{data.amount}}
{{/rdc-form-select}}
を渡すのですか?