supabase-community / supabase-kt

A Kotlin Multiplatform Client for Supabase.
https://supabase.com/docs/reference/kotlin/introduction
MIT License
327 stars 33 forks source link

Add `isError` parameter to Compose Auth Ui fields #612

Closed jan-tennert closed 3 weeks ago

jan-tennert commented 3 weeks ago

What kind of change does this PR introduce?

Feature (closes #604)

What is the current behavior?

You cannot set an error state yourself.

What is the new behavior?

There is now a new isError parameter for all fields, which defaults to null (handled by the field)