DEV Community

Discussion on: Custom validity helpers for Vue.js and Svelte

Collapse
 
roblevintennis profile image
Rob Levin

It's nice that you should the setCustomValidity (I see so many html5 validation tuts which only mention the html5 fields themselves but of course to do anything useful you need setCustomValidity!).

Isn't your Validity in svelte an action? Might be worth updating article to mention that.

For the Vue.directive I've not used before. How does this compare to using the composition api (or is that actually what's happening behind the scenes?)