javascript - Form input history select event -


i've been struggling deal few forms have users entering in lot of repeat data. in these cases helps users have access form history (ie. select name of person they've sent multiple notices to, etc. issue here in browsers there no event fired user selects chunk of text form history. of few other posts on stackoverflow decided use setinterval instead.

what i'm looking feedback spot might bad idea , make better.

i have demo of here http://lab.atworkinthecloud.com/form-history-select/

i believe shouldn't base implementation on behavior of browser (remembering history), might or might not available user. if want design useful interface, should provide access history yourself, or use features autocomlete


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -