Joniras

Results 12 comments of Joniras

@RomainOdeval i love you ❤️ This solution is wonderful

I have the same Issues (moving content and buttons that dont show up). Device: OnePlus 6T, Android 11, OxygenOs 11.1.2.2

For anyone stumbling across this issue: I did a improvement for the appearance="outline" (because i had glitching input fields and wrongly formatted spinner icon): [stackblitz with improved appearance="outline" ](https://stackblitz.com/edit/angular-y6hzfw?file=src%2Fdata-source-backend-example.component.html) If...

I solved my problem (which was that i wanted to be responsive against the size of my content-container) with [patch-package](https://www.npmjs.com/package/patch-package) with the following patch (named patches/bootstrap+5.2.3.patch) : > The following...

@Schwarcelo The additional styling has to be applied on a global level. It has to be included before the bootstrap scss because the scss variable is defined in the additional...

I actually got it somehow working by accident: ````html Lorem ipsum... This is my first footnote Lorem ipsum... Second footnote! Dolor sit amet... [1] ```` Just left it here so...

In [Issue #472](https://github.com/fetrarij/ngx-daterangepicker-material/issues/472#issuecomment-1273949145) there is a workaround suggested

@shoustech i am really interested in the code to find out if bitlocker is set up. i could not find it in your fork, where could i find the code?

Damn, i just ran into that. Can confirm that the implementation is missing. @jonnytest1 i am sure @sibiraj-s would be happy for a pr about this.

I implemented a custom menu for that problem, looks like this: ![Image](https://github.com/user-attachments/assets/f4554837-5cc5-4879-9b7c-aa06b0b980f6) Component: ```ts import { CommonModule } from '@angular/common'; import { Component, HostListener, Input, OnInit } from '@angular/core'; import...