You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
Just bumping. As the user types, we can expect that, for example, http://loca is not going to work because it isn't a valid FQDN. I would propose validating the endpoint before attempting to hit it, saving a lot of predictable failures (ie a failure with each letter typed, assuming the endpoint is currently tested on value change).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
It seems that the RPC fetch method(s) are called every time the value in the input field changes.
This gets really boggy for me.
Expected behavior
Set (finalize) the endpoint value when I hit
Return
, or when the inputted value becomes a valid URL.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: