RadzenTextBox with content

Hello,
Is it possible to add content in a textbox (ie icon or button) to simulate the search function
like in this image :
image

Regards,

O.LEFEVRE

Hi @olefevre,

You can try something like this:

<div style="position: relative">
    <RadzenIcon Icon="search" style="position:absolute;top:5px; left: 5px; pointer-events: none" />
    <RadzenTextBox style="padding-left: 30px" />
</div>
1 Like

Perfect !

Thanks a lot