'Can someone show me how to add icons in ValidatedFields and Forms in reactstrap
I am trying to put icons inside an input/ validatedField. I have searched everywhere I could online but to no avail.
Can anyone show me how its done.
NB , if I wrap the validatedField tags in a div element, the input value does not reflect on the database and on the table.
import { ValidatedField, ValidatedForm } from 'react-jhipster';
<ValidatedField label="Name" id="terminal-name" name="name" type="text" />
<ValidatedField label="Stock" id="terminal-stock" name="stock" type="number" />
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
