We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e8af2 + f329cd9 commit 6da6c89Copy full SHA for 6da6c89
addon/components/bs-datetimepicker.js
@@ -54,7 +54,7 @@ export default Component.extend({
54
format: this.getWithDefault('format', defaults.format),
55
icons,
56
ignoreReadonly: this.isMobile || defaults.ignoreReadonly,
57
- inline: this.getWithDefault('inline', defaults.locale),
+ inline: this.getWithDefault('inline', defaults.inline),
58
locale: this.getWithDefault('locale', defaults.locale),
59
maxDate: this.getWithDefault('maxDate', defaults.maxDate),
60
minDate: this.getWithDefault('minDate', defaults.minDate),
0 commit comments