-
hi
When I call notiflix.prompt on bootstrap modal I can't enter value in the field
-
### Describe the bug
Using notiflix from an Angular project throws the above warning message
### To Reproduce
Steps to reproduce the behavior:
1. Create an Angular version 15 component.
2. Imp…
-
### Description
When using Notiflix with react, when building the project the following error is thrown:
- error TypeError: Cannot read properties of undefined (reading 'head')
at NotiflixRep…
-
Try install ng2-charts but:
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: myproyect@0.0.0
npm ERR! Found: @angular/platform-browser@16.1.6
npm ERR! nod…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
### Describe the bug
For some reason, I cannot type inside the textarea of Notiflix.Confirm.prompt and I don't know why.
### To Reproduce
Steps to reproduce the behavior:
1. Click a button that …
-
### Describe the error
Two confirmations in a row do not work
### To play
Steps to reproduce the behavior:
1. Create one
Confirm.prompt(
'Reauthorization',
'Please enter your pa…
-
### Describe the bug
I don't know if it's just me or whatever
Quicksand, as a default font for Notiflix UI font, is not applied on mobile phone, especially Android 11
### To Reproduce
Steps to r…
-
### Describe the bug
option `backOverlayClickToClose` not working
### To Reproduce
Steps to reproduce the behavior:
1. Importing as required : `import Notiflix from 'notiflix'`
2. Initialize as…
-
### Describe the bug
I've built a Chrome extension that reads `document.body` and shows a summary using Notiflix.Report. I am using Notiflix.Report in JS such as this:
```
import { Report } from …