hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.31k stars 285 forks source link

Select required is ignored #597

Open Delcoer opened 1 year ago

Delcoer commented 1 year ago

Description:

The required in Select is ignored when submitting the forms.

Expected behavior:

There should be a warning and prevent to submit.

The code:

Bildschirm­foto 2023-04-28 um 11 08 38

With a normal HTML select, it triggers the required with the same variables.

The forms:

The Select (Circle) get ignored and goes directly to the next input (Domain).

Bildschirm­foto 2023-04-28 um 11 50 00
mzuzic-maidea commented 10 months ago

Still an issue.