Alban

Results 14 comments of Alban

When that line is commented the date picker works fine. when is uncommeted this happens: - Click dates fast enough in Firefox - At some point, the element looses focus,...

The root cause is the fact that the element is getting focus when it should not. I still cannot explain why clicking fast or on dates causes the top input...

if you use an old version of ts-jest, use this config (**tsConfigFile**): ``` { "jest": { "globals": { "ts-jest": { "tsConfigFile": "test/tsconfig.json" } } } } ``` Make sure the...

@alan-agius4 please copy exactly the app.component I have set above (Ex. remove the console.log from your code) and comment the `@Optional() @Inject(REQUEST) private request: Request`

Issue is still open and replicable. I am using Expo react native and flat list

Is there any possibility to send the file chunk as base64 encoded string, since android browser can handle readAsUrlData? By the way the chrome android version does not have this...

Edit: When a FormGroup has a control with an Async Validator, the statusChange event of the FormGroup does not fire when the status of it changes. For example when the...

+1 React native debugger supports network request out of the box, and more important it has a Redux plugin integrated which really helps a lot to create the app and...

I was googling the same error, regarding Angular project. It happens to me as well not sure why on Safari mobile only. to fully reproduce I need to start a...

I was able to fix it only by reverting the browserslistrc to: ``` > 1% last 2 versions not ie > 0 not ie_mob > 0 not dead ```