fixed build and added updates to loan amount component
This commit was merged in pull request #27.
This commit is contained in:
@@ -6,7 +6,7 @@ export interface InputCompOneProps {
|
||||
labelSpan?: string;
|
||||
labelSpanClass?: string;
|
||||
placeholder?: string;
|
||||
value: string;
|
||||
value?: string;
|
||||
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
||||
onInput?: (e: React.FormEvent<HTMLInputElement>) => void;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user