Abdelrahman Awad

Results 177 comments of Abdelrahman Awad

Sorry for the delay on addressing this. While I think this is nice to have, I don't think it can be done in all cases especially with the flexible validation...

Currently its not supported, I'm not actively maintaining this, but you can try to add the name of the current default transformation in the transformers config. or any other kind...

A few things I have in mind: - Ability to target root nodes with a custom selector, I believe angular is doing that. - It could be worth making scoped...

@nblackburn I'm fine with them making my DOM ugly, also I wouldn't care about ppl finding out my framework of choice. I'm only concerned by the selector performance which @hecktarzuli...

I think we should switch to SASS, we can do it incrementally and use `scss` syntax to make the transition smoother. I don't think maintaining two versions is good for...

Sorry for the delay, is it possible to have a reproduction for this? I also use dedup without cache in my full-time and never encountered this.

Might be doable if you explicitly provide a model name/prop so it knows which events to emit. Since `defineField` is meant to be used multiple times within a component so...

Use `nextTick` from Vue to set the error after the UI step has updated: ```ts nextTick(() => { actions.setFieldError('username', 'Username has already been taken'); }); ```

Thanks for the PR, I appreciate you keeping vee-validate on track with valibot.