Benoît Penelle

Results 4 comments of Benoît Penelle

Is there a workaround? This is some kind of feature request in my case. It should be nice to have a flag in the settings for that and let the...

looking forward for the flag in the settings ;-)

The workaround you proposed works great! Thx ```javascript .onValidate(async function(event) { const res = await $.getJSON("member/pseudo_available_service/" + $("#pseudo").val()); if (!res) this.showErrors({ '#pseudo': 'The pseudo is already used' }) }) ```...