HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 493 forks source link

Add possiblity to use vex prompt in async mode #261

Open NtsDK opened 6 years ago

NtsDK commented 6 years ago

Current implementation suppose that if you click OK dialog should be closed. This is not true when you need async error check from server and you detected error. I made a small hack of vex.js to do it but possibly I'm not alone who need this feature.