Replies: 1 comment
-
hey @shreyasp I can't run the example you provided above. One thing I would change is I would render the error in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to create a utility similar to
wget --mirror
using a text input-based wizard to collect details from the user to obtain a website URL to mirror from the user as part of the wizard.You can find the code for the text input model below,
I want to raise an error whenever a user inputs an incorrect URL. But, somehow, the view function doesn't produce or render the error message to the screen. I would be grateful if you could resolve the mistake I am making here in the text input model. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions