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
@cdatehortuabhttps://emberobserver.com/addons/ember-intl-tel-input2
The above addon is almost compatible with the latest ember version except the part where the selectedCountryData, numberType, number etc are computed properties without being set using the set(). set() for these properties are given with no-op. Due to this, the binding is not possible for these computed properties.
Below is the ember-twiddle, wherein if I switch the ember.js version to 2.17.x it works fine, whereas 3.16.x breaks it. https://ember-twiddle.com/63f6e6713aba1eb6c84134a4043aab6e
Update the reference to intl-tel-input to 12.1.1
The text was updated successfully, but these errors were encountered: