How to Put a Clear Button Inside an HTML/Text Input Box

Is there a Decisions search textbox that contains the clear button within the textbox?

If not, is it possible to use CSS styles to add a clear button inside the text box OR utilize the input type="Search" so that I can clear the text/content inside the search text box?

When I am in browser dev mode, I can change the HTML input type="text" to type="Search" and the inline clear "x" will display and clear the text box content when I click on the "x". Is there a way to change the input type to utilize the "Search"?

I appreciate your thoughts.

Sign In or Register to comment.