MatthewPringle
MatthewPringle
Im just looking into custom validators, which got me thinking. Wrap each provided validator you need, and before the buildMessage function is called you can intercept the message and provide...
Number is not perfect as validation. HTML 5 validation of type="number" will not return a value when the number field has non numerical characters in it. You can do something...
I think I have encountered issues like this before and from memory it was because the arrays were not converted to Ember Arrays. Anyway if you need a working demo...
Seems to be other properties are not updating either. Changing the displayName doesn't update the current name rendered in the template as in the provided example in the guide firebase.auth().currentUser.updateProfile({...
Hello Did the blog post get published? I was looking into generating inputs today with Octane and have struggled to find the correct way to do it.
With regards to the cursor issue this happens in mobile Safari and has been a 'feature' in iOS for as long as I can remember. I used to change the...
What browsers are you seeing that error in. Works in Edge, fails in older IE because they dont support the .map ES6 function
Should confirm the error was about the array cant be a negative length.
@offirgolan thanks for the reply. I think I may have solved it, just, but it needs testing etc... But if you have any better ideas... A very basic example: The...
I would suggest creating an android project just to make the new icon using Android Studio. You can have this inside a resources folder where Cordova can grab them when...