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
altFormat: computed('startDate',function(){letstartDate=this.get('startDate');letresult=(startDate.someCondition) ? "j M (h:iK)" : "j M (h:iK) Y";console.log(result);returnresult;}),
Basically, altFormat is definitely being changed when it is meant to, but the string displayed in the flatpickr input is not changing to the new altFormat string.
I have something like this
Template
Controller
Basically, altFormat is definitely being changed when it is meant to, but the string displayed in the flatpickr input is not changing to the new altFormat string.
https://ember-twiddle.com/3a64d259966a1494315cd20ead8b4959?openFiles=controllers.application.js%2C
Should it be binded? If not, is there a way I can still do this?
Thanks
The text was updated successfully, but these errors were encountered: