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
I have a scenario where I need to make a web request in the validation function of a prompt. If use the current validate function it would make a web request for every keystroke when running the prompt. It would be useful to introduce a ValidateR property where the function only gets executed after the user presses the return key.
The text was updated successfully, but these errors were encountered:
I have a scenario where I need to make a web request in the validation function of a prompt. If use the current validate function it would make a web request for every keystroke when running the prompt. It would be useful to introduce a ValidateR property where the function only gets executed after the user presses the return key.
The text was updated successfully, but these errors were encountered: