feat(web): * for reaquired field
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<div class="form-group">
|
||||
@if (label()) { <label [for]="id()">{{ label() }}</label> }
|
||||
@if (label()) {
|
||||
<label [for]="id()">
|
||||
{{ label() }}
|
||||
@if (required()) { <span class="required-mark">*</span> }
|
||||
</label>
|
||||
}
|
||||
<input
|
||||
[id]="id()"
|
||||
[type]="type()"
|
||||
|
||||
Reference in New Issue
Block a user