Skip to content

Commit

Permalink
fix: time-picker in mobile view in wizard session-step (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
maze-runnar authored Nov 24, 2020
1 parent 25eb30b commit dc293be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/templates/components/widgets/forms/time-picker.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{#if this.icon}}
<i class="time icon"></i>
{{/if}}
<Input @type="text" @value={{value}} placeholder={{this.placeholder}} @name={{name}} @focus-out={{action "onChange"}} />
<div class="ui input">
<Input @type="text" @value={{value}} placeholder={{this.placeholder}} @name={{name}} @focus-out={{action "onChange"}} />
</div>

1 comment on commit dc293be

@vercel
Copy link

@vercel vercel bot commented on dc293be Nov 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.