mirror of
https://github.com/flarum/core.git
synced 2025-08-01 06:00:24 +02:00
Hello world!
This commit is contained in:
9
ember/app/components/select-input.js
Normal file
9
ember/app/components/select-input.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.View.extend({
|
||||
|
||||
tagName: 'span',
|
||||
classNames: ['select'],
|
||||
layout: Ember.Handlebars.compile('{{view Ember.Select content=view.content optionValuePath=view.optionValuePath optionLabelPath=view.optionLabelPath value=view.value}} {{fa-icon "sort"}}')
|
||||
|
||||
});
|
Reference in New Issue
Block a user