I want to put the search button inside Search input box. How can I do it? I have tried it but not able to do it. Can anyone help.?
1 Like
It won’t be inside of it, but rather over top.
Scarletio’s approach here works but the search text can then go underneath the button which might not be ideal.
A simpler way is to CSS style the container around the input and the button so that it has input styling, and then style the input itself so it has none. This will give the visual effect you want without the overlap issue.