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
Currently, we do not validate or restrict the user input in the AddPatientsView.
Solution
Once #29 is resolved, we can gain access to views like VerifiableTextField and components like the ValidationEngine allowing us to integrate user-friendly input validation.
Additional context
With this step, we may want to consider moving those components out of SpeziAccount and creating a dedicated SpeziValidation package.
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, we do not validate or restrict the user input in the
AddPatientsView
.Solution
Once #29 is resolved, we can gain access to views like
VerifiableTextField
and components like theValidationEngine
allowing us to integrate user-friendly input validation.Additional context
With this step, we may want to consider moving those components out of SpeziAccount and creating a dedicated SpeziValidation package.
Code of Conduct
The text was updated successfully, but these errors were encountered: