Архипцев Евгений

Results 17 comments of Архипцев Евгений

@morteza-mortezai Hi! Thanks for creating the issue. I really appreciate the contribution of the community in the development of the library. If we are talking about the return value of...

Each of this solution includes one mistake: If your guard will be registered before other one that will stop closing modal(validate) and the result of validate will false, we will...

https://modal.jenesius.com/guide/guide-methods.html#prompt-modal

The only thing that worries is that we are removing the **close** event from use. It is possible to add the returnValue(value) method to solve this problem. The change function...

Also need add prop *returnValue* to EventClose, or just *value*

The main problem is how returnValue caught where it was called from...

**Jenesius** is back I test the solution in my work project. On this week will be news: New method: promptModal Form.EVENT_PROMPT

Hello. thank you for your kind words. At the moment I'm just working on processing the documentation (to make it easier for new users to start using all the functionality...

or ```ts config({debug: true}) ```

New Store interface: ```ts interface IStore { inputTypes: { [name: defineInputTypes | string]: any }, debug: boolean } ```