Omar Shammas

Results 6 comments of Omar Shammas

You might find this helpful @rodeezy https://api.slack.com/messaging/composing/formatting#mentioning-users Try `` or ``

thanks, I will look into it.

No not given up. This issue is fixed in the revamp branch https://github.com/omarshammas/jquery.formance/tree/revamp but there are still a few failing tests that need to be resolved before it will merged...

It appears that triggering the `keypress` event using js is not the same as clicking the input field and pressing `4`. ``` coffeescript $number = $('').val('123') e = $.Event('keypress') e.which...

Thanks for the feedback @ts A fix has been included in the revamp branch, which will hopefully be released soon. It is isn't perfect, there are still other smaller issues...

Returning the promise solved my issue in case anyone else faces this issue.