ohif-viewer/Packages/ohif-core/components/bootstrap/input/select.html

14 lines
383 B
HTML
Raw Normal View History

<template name="inputSelect">
{{#baseComponent (extend this
base='baseSelect'
class=(concat 'form-control ' this.class)
mixins=(concat 'select ' this.mixins)
wrappers=(concat ''
(valueIf reactive this.label 'wrapperLabel ' '')
2016-07-14 16:25:39 +02:00
this.wrappers
)
)}}
{{>UI.contentBlock}}
{{/baseComponent}}
</template>