How to add button infront of input field

I want to add button infront of input field. On click of that button the dialog box will be opend.
Can anyone help me?

Hi @dijadhav, you can add a custom renderer which not only renders the input field but also adds the desired button wherever you like. You can probably reuse to the normal Input renderer in your custom renderer, so you basically only need to render the button.

See this guide for an example of your use case.

Thanks.@sdirix . I did in same way

1 Like