-
In the latest version it was found:
- When a character is entered, it no longer detects backspace and the entered value cannot be deleted.
- It is still allowed to write characters other tha…
-
Thanks for the amazing work ! I have only one issue with the editor, I can't change font. All the other buttons works fine, if I change the defaultFont the font is well applied but I can't change it w…
-
Hi,
I found out that the basic example of the date time picker does not work when it is inside a form element:
```
Basic
Date Time:
Value From Pi…
-
After installed the package and run build got some rxjs import errors. Here is one of them:
`./node_modules/@dhutaryan/ngx-mat-timepicker/fesm2022/dhutaryan-ngx-mat-timepicker.mjs:521:124-136 - Err…
-
If typography config is not specified and m2 theme is used, applying the theme fails.
This is because else branch has incorrect `@include` statement, where the mixin can't be found.
Error occurs i…
-
I get the following error doing a prod build - but it works fine in dev mode.
ERROR in : Unexpected value 'MatFileUploadModule in C:/dev/blah/src/blah/node_modules/angular-material-fileupload/matFi…
-
![image](https://github.com/user-attachments/assets/929fca7b-2bb2-4a59-b1cd-f979f3269318)
![image](https://github.com/user-attachments/assets/b82ac8d8-4d7e-4acf-96d7-827336fed48e)
![image](https…
-
Should be able to choose, just date, just time, or date & time
-
When switching to keyboard mode I'm able only to use normal numeric keys but not those from numpad.
Issue is here instead of using `Digit` keys it should be ``Array.from({ length: 10 }, (_, i) => …
-
When closing the timepicker, it does not return the focus to the previously focused elements. Instead the focus resets to the top of the document.
We are using the timepicker within another dialog…