It looks like BC default inserts this in the input tag of a search form. kl_virtual_keyboard_secure_input="on" Wanted to know if anyone has experienced problems if its removed? w3c fails validation because of it: …="cat_textbox_small" id="CAT_Search" /><input type="submit" class="cat_button"…
Attributes for element input : Global attributes accept when type is file alt when type is image autocomplete when type is text, search, url, tel, e-mail, password, datetime, date, month, week, time, datetime-local, number, range, or color autofocus checked when type is checkbox or radio dirname when type is text or search disabled form formaction when type is submit or image formenctype when type is submit or image formmethod when type is submit or image formnovalidate when type is submit or image formtarget when type is submit or image height when type is image list when type is text, search, url, tel, e-mail, datetime, date, month, week, time, datetime-local, number, range, or color max when type is datetime, date, month, week, time, datetime-local, number, or range maxlength when type is text, search, url, tel, e-mail, or password min when type is datetime, date, month, week, time, datetime-local, number, or range multiple when type is email or file name pattern when type is text, search, url, tel, e-mail, or password placeholder when type is text, search, url, tel, e-mail, password, or number readonly when type is text, search, url, tel, e-mail, password, datetime, date, month, week, time, datetime-local, or number required when type is text, search, url, tel, e-mail, password, datetime, date, month, week, time, datetime-local, number, checkbox, radio, or file size when type is text, search, url, tel, e-mail, or password src when type is image step when type is datetime, date, month, week, time, datetime-local, number, or range type value when type is not file or image width when type is image
... View more