私は現在、ember js 選択ボックスで使用されている metamorph タグを削除する必要がある状況にあります。選択ボックスを取得し、css を使用してカスタマイズしたスタイル付きの選択ボックスに変換する JS プラグインを使用します。
現在、ビューにこの ember js 選択ボックスがあります。
<script type="text/x-handlebars" data-template-name="opportunities">
{{view Ember.Select
contentBinding="controller.filter"
optionLabelPath="content.metacode"
optionValuePath="content.description"
class="mydds opportunitylistcategory"}}
</script>
メタモルフ コードを削除する方法が必要なだけですが、ember selectbox のバインディングなどは引き続き有効になっています... jquery ソート可能でメタモルフィック データを削除することについて読んだことがありますが、それは役に立ちませんでした。前もって感謝します!