Hello Everyone @ Stack Overflow, I've searched in-depth to no avail.
Background: I'm developing a web application using visual web developer express 2010, and using Bootstrap for css.
I have a text-input form control on my site for the user to enter a search query.
Problem: this text-input form control has no value or text attribute. Even when there is clearly a value/text that I am typing in.
Image of textbox and html code
I planned on my javascript changing the text in the textbox to the selection of a list-item.
If I can provide any other information or code, please let me know & I will update.
My theory is the Bootstrap JavaScript & Jquery libraries are interfering, but i haven't a clue where to start probing.