We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eb30b commit dc293beCopy full SHA for dc293be
app/templates/components/widgets/forms/time-picker.hbs
@@ -1,4 +1,6 @@
1
{{#if this.icon}}
2
<i class="time icon"></i>
3
{{/if}}
4
-<Input @type="text" @value={{value}} placeholder={{this.placeholder}} @name={{name}} @focus-out={{action "onChange"}} />
+<div class="ui input">
5
+ <Input @type="text" @value={{value}} placeholder={{this.placeholder}} @name={{name}} @focus-out={{action "onChange"}} />
6
+</div>
0 commit comments