Reactjs – Textarea with Multiple Placeholders
We are trying to implement a text area similar to below where in in a single sentence, there are multiple placeholders. We are using react for this. Is it possible to achieve below result using any controls? I was able…