wip
This commit is contained in:
parent
313f1def49
commit
36f5eef849
12 changed files with 39 additions and 23 deletions
|
@ -155,7 +155,7 @@ function FormInput({ id, value, onInput, error, type = 'text', ref }: FormInputP
|
|||
{id}
|
||||
</label>
|
||||
<TextInput ref={ref} type={type} id={id} value={value} onInput={onInput} />
|
||||
<span className="text-xs h-3 text-red-500">{error}</span>
|
||||
<div className="text-xs h-3 text-red-500">{error}</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue