Sam Mousa
Sam Mousa
My workaround for dealing with this in JS: ```js element.addEventListener('keydown', e => { const inputs = Array.from(e.target.closest('.carousel-card').querySelectorAll('input')); // We add inputs.length because JS % is remainder not modulus :| const...
Sure it is standard behaviour, but automatic submission is not. (Go next page automatic is essentially automatic form submission)
I think this needs to be reconsidered if SurveyJS aims to be accessible. Currently this is not accessible at all for keyboard users.
Anything this needs before it can be merged?
Can you have a look at the failing test?
Can you make a PR?
While reviewing the PR I got to thinking on whether we should change this at all. Currently the idea is as follows: 1. Exceptions should not bubble out of your...
You misunderstand the point I'm making. I'm using `onPartialSend()` to store partial data. As part of this data I want to store progress. The way to store progress is dependent...
I'm sorry @JaneSjs, but these kinds of interactions with you are very frustrating. Every time I make an issue I try to take the time to make it clear what...
> Does it finally ship as proper ESM? I will have to take a look, it would be great to drop the wrapper if that's the case. Would you consider...