AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
72 stars 11 forks source link

fix: use `defaultValue` in field control #145

Closed justlevine closed 1 week ago

justlevine commented 1 week ago

What

This PR updates the Field Control components to use the defaultValue if no field value is explicitly set.

Why

Backported from #129 . Props @alexookah

How

Testing Instructions

Additional Info

Checklist: