The source project of this merge request has been removed.
erp5_web_renderjs_ui: Stop using <input type="date"> in search editor.
With <input_type="date">
end users can't explicitly control string representation of Zope DateTime which supports various different kinds of string representations including with or without timezone that causes wrong filtering results as I described in https://lab.nexedi.com/nexedi/erp5/merge_requests/1053 and https://lab.nexedi.com/nexedi/erp5/merge_requests/1058 .
If search editor provides <input type="text">
for date columns, then end users can control string representation of Zope DateTime the same as xhtml style.