Aziz El Madini

Results 2 comments of Aziz El Madini

This is an example : ``` import Svelecte from 'svelecte'; import { createForm } from "svelte-forms-lib"; import * as yup from "yup"; const list = ["Item 1","Item 2","Item 3","Item 3"];...

I could not make it work that way too, so i had to drop `onchange` and use just `onsubmit` for validation, because in somehow `onsubmit` validate the value not the...