Replies: 1 comment 2 replies
-
To make it controlled, you will need onChange and other props while it's using react-hook-form. I think it would be more appropriate to support passing a custom component for authentication fields(?) so you can add custom buttons (e.g. login) and use the user token directly for API playground |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there any possibility to allow for fully controlling the value of inputs such as authorization in
APIPlayground
component? A use case for this is to be able to populate an access token, email, name, or other info and keep it in sync with state/local storage.current
PrimitiveRequestField
field only containsdefaultValue
currently, avalue
prop would also be helpful in such cases.Beta Was this translation helpful? Give feedback.
All reactions