JDay

Results 9 comments of JDay

"ngx-auth-firebaseui": "^3.3.2". I will try to update to the most revent one

In the latest version, the email field in forgot password panel is now always editable. That's was one of my problem. The navigation problem is also solved. There is just...

I just leave here a small tip to hide the navigation arrow: Add this on the css: ::ng-deep .mat-tab-header-pagination { display: none !important; } Thanks for this beautiful login component!

Just to let you know, a possible solution is to update the onFocus function in the editor like this. It works for the web, I did n t test for...

> Yes I have also the problem that when I have a alertDialog that overlap the editor, the mouse still change to a cursor and when I click on my...

In this screenshot it is impossible to close the dialog by clicking on the close button. If you change the height of the editor to make it smaller , the...

The solution is to use PointerInterceptor in the code invoking the dialog https://pub.dev/packages/pointer_interceptor Still for flutter component where you cannot add this, it cause a problem, like the dateTimePicker open...