mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-23 04:09:52 +00:00
update validation in signup component
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
</div>
|
||||
<div class="col-xl-8 col-md-7">
|
||||
<input style="font-family: Metrophobic;" formControlName="identifiedCode" class="form-control"
|
||||
type="number" placeholder="CMND/CCCD" />
|
||||
type="tel" placeholder="CMND/CCCD" />
|
||||
<div
|
||||
*ngIf="userIdentifiedCode?.invalid && (userIdentifiedCode?.dirty || userIdentifiedCode?.touched)"
|
||||
class="alert alert-danger mt-1">
|
||||
|
||||
Reference in New Issue
Block a user