-
- [ ] Require a complex enough password
- [ ] Ensure go code is not injected
- [ ] Return new errors that will be passed on straight to the UI
- [ ] Replace the use of the username to Firstname Lastna…
-
@abhishekraoas
I would like to create a complete Form validation for the pages.
Pages include:
1.Registration form
2.Login form
3.Contact us form
4.User form
Please assign me this issue unde…
-
### Design
- [ ] Provide guidance on how to develop an API for a live form
- [ ] 1 click create a duplicate draft of the form
- [ ] Route the user to the new draft duplicate
- [ ] Validate all respons…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/siemens/ix/blob/main/CONTRIBUTING.md).
- [X] I have not leaked any internal/restricted information like screenshot…
-
### Overview
Currently, the projects details form doesn't have any validation. It increases onboarding time because user needs to go back and frequently correct typos (Form validation)
The project…
-
Was going through https://adopt-liveview.lubien.dev/guides/form-validation/en#the-phx-change-binding,
and when running the code given for that section, no errors were showing up.
Seems to be becau…
-
The signup form lacks validation for both the email and password fields. Invalid email formats (e.g., "abcd") are accepted without error, and weak passwords such as "111" are allowed without enforcing…
-
### Describe the Issue
The test is expecting the double quotes for the inner string. It should allow for both.
```
"input[type='text']"
```
or
```
'input[type="text"]'
```
Tests:
https://github.…
-
## What happened?
After clicking continue/save/done in a form and the validation determines that some fields are in error, all further typing and selections instantly validate. This contrasts the exp…
-
See https://forum.freecodecamp.org/t/learn-form-validation-by-building-a-calorie-counter-step-87/720435/
The test will fail if there are extra spaces at the end of certain lines, this should not caus…