-
hi nice to meet you.
first, I am using notiflix very well. thank you.
When the confirm popup open,
How to make the popup close automatically when i press enter button?
Is there a way to set a…
-
i want to show only one notify at one time on page, when appear new notify previous notify automatically close
-
I need to hide the icon for the Report.
I found out a workaround that setting svgSize to 0 in the report options.
Are there any other ways?
-
-
I wanna the text go on the next line, but '\n' is not correct way.
For Example,
```
var text="1. something;\n 2. something;\n 3. something;";
Notiflix.Report.Info( 'Title', text, 'OK');
```
The …
-
In the same page, I want to use Notiflix.Loading 2 times, but can't open the second after I remove the first .
for example:
```
Notiflix.Loading.Init();
Notiflix.Loading.Hourglass('the first loadi…
-
Hi, we're using Notiflix (and we love it).
But, have a little problem. We just want to enable *closeOnClick* functionality for Notiflix.Notify methods, but can't simply succeeded.
* Firstly we t…
-
When the close button is off screen (i.e. on a small phone), there is no way to close a Report notification.
-
The timeout property is not working when I use a Report notify.
-
any help with vue cli app install and usage??