Categories | Question details Back To List | ||
Anyway of firing filtering or setting new_value I have the auto complete working and having it set to to the previous submission value and text by using. combo.enableFilteringMode(true,'myscript.php',true) and setting the values to the ones submitted by: combo.setComboValue(value_part); combo.setComboText(text_part); But I noticed when i submit again, COMBO_new_value now returns true, ao I was wondering is there anyway to fire the autocomplete manually? Or perhaps forcibly set COMBO_new_value to false? Thanks, Anthony Answer posted by Support on Feb 29, 2008 10:15 >>Or perhaps forcibly set COMBO_new_value to false You can access and change property directly as combo.DOMelem_hidden_input2=false; |