@@ -22,7 +22,7 @@ import { ValidationMessagesService } from '../validation-messages.service';
|
||||
})
|
||||
export class ValidatedPriceComponent extends BaseInputComponent {
|
||||
@Input() inputClasses: string;
|
||||
@Input() placeholder: string;
|
||||
@Input() placeholder: string = '';
|
||||
constructor(validationMessagesService: ValidationMessagesService) {
|
||||
super(validationMessagesService);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user