I'm using angular2-seed, with form validation. My project works well, but not on safari. When I go to the page has form validation, I get this error: EXCEPTION: Uncaught (in promise): ReferenceError: No locale data has been provided for this object yet.. This error just happen on old safari (<9.1.3), and works normally on modern safari 10.

Angular2 Form Validation not works on Safari
464 Views Asked by Einsamer At
0
There are 0 best solutions below
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in SAFARI
- my website crash on safari The site sometimes crashes and I can't recover the crash
- Cant handle Session's cookie when Safari/iOS
- Site loads on iPad/Chrome but not on iPad/Safari
- ASP.NET MVC web app looping between fields only on some devices
- Next.js carousel component loads instagram basic display api perfectly except in Safari browser
- Safari extension service worker not sending cookie
- Safari skipping 5 seconds into react-player video - anyone have experience with this?
- Intune IpadOS disable Safari quick notes
- Cant send cookie at res when user using Safari/iOS
- Why is it impossible to definitively know if your website is running as a PWA or as a website?
- Container with flex-direction: column doesn't grow horizontally when items are wrapped on Safari
- I'm trying to make a responsive SVG, but it isn't showing on Safari
- :after not positioning correctly in Safari
- How to programmatically remove headers and footers in print pages on Safari with JavaScript?
- Trigger open WhatsApp application on mobile browser without asking permission
Related Questions in ANGULAR2-FORMS
- Mat-error not triggering in custom phone input component implementing ControlValueAccessor and Validator
- How Remove custom Validators with method RemoveValidators
- How to access an Angular2 component's methods from another component?
- set Angular form validator behaviour for particular validator
- Angular Error: Type 'AbstractControl | null' is not assignable to type 'AbstractControl'
- How to pass data from parent to child in template driven form
- Creating a reusable method attach to input field for multiple components in Angular
- Dropdown plus manual text field in angular form
- Iterate through a formArray containing inside other model values
- How to patch a nested form Array?
- How can I patch a nested form Array?
- Display Client Errors and then Server Errors on Angular's Reactive Form after submission
- Loop Through a Form, Focusing on Required (yet invalid) Fields
- OnPush change detection when using a FormArray in a service
- Angular trigger function from outside component
Related Questions in ANGULAR-VALIDATION
- How to Add a Validator dynamically to a FormControl in Angular 2
- Angular 4 Custom Validator ngIf not displaying error <span>
- AngularJs validate input length for multiple lengths
- Angular (4): password match validator not working
- Passing data from a component to Material Dialog
- Angular 4 ReactiveForms Validation
- Angular (4): Custom Validator in a Template-Driven form shows the current value of the field behind
- Angular2 Form Validation not works on Safari
- use formControlName for custom input component in reactive form
- multiple custom validators in reactive form angular 2
- Async Validator not returning error object
- Angular form validation: compare two fields
- Angular 4 + Angular Material 2 Template Form field validation not working
- Reactive Forms - skip validation on Cancel
- passing form control value to custom validator angular reactive form
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?