You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set showIcon to false then you get the following exception when opening the picker:
bootstrap-datetimepicker.js:426 Uncaught TypeError: Cannot read property 'top' of undefined
at place (bootstrap-datetimepicker.js:426)
at Object.show (bootstrap-datetimepicker.js:1254)
at Class.focus (bs-datetimepicker.js:113)
at Backburner._run (backburner.js:758)
at Backburner._join (backburner.js:736)
at Backburner.join (backburner.js:477)
at Function.run.join (ember-metal.js:4366)
at action.js:364
at exports.flaggedInstrument (ember-metal.js:3920)
at HTMLInputElement.<anonymous> (action.js:363)
I think this is because the input-group class is always added, but it's only needed if the icon is rendered.
The text was updated successfully, but these errors were encountered:
If you set showIcon to false then you get the following exception when opening the picker:
I think this is because the
input-group
class is always added, but it's only needed if the icon is rendered.The text was updated successfully, but these errors were encountered: