You can insert any HTML/javascript code in the <input > statement by using
the html_code parameter:
{{ camp_edit object="search" attribute="start_date"
html_code="my_javascript_here" }}
The output will look like:
<input type="text"... my_javascript_here />