How add icon inside a RadzenTextBox

I need to put icons inside RadzenTextBox and I don't know how. It would be nice to have a Icon attribute that we could use to put an Icon in it.

Here is what I tried:

<RadzenTextBox Style="width: 98%;" Placeholder="(Titre, auteur, catégorie, etc.)" type="search" ><RadzenIcon Icon="search" /></RadzenTextBox>

Hi @PhilippeBaillargeon,

You can check RadzenFormField. It allows you to specify start and end content.

Wow, I didn't see that. Thank you !!