feat(web): * for reaquired field
This commit is contained in:
@@ -22,6 +22,7 @@ export class AppInputComponent implements ControlValueAccessor {
|
||||
type = input<string>('text');
|
||||
placeholder = input<string>('');
|
||||
error = input<string | null>(null);
|
||||
required = input<boolean>(false);
|
||||
|
||||
value: string = '';
|
||||
disabled = false;
|
||||
|
||||
Reference in New Issue
Block a user