css - Can you style the list of previous submission values for text inputs? -
is possible use css style list of previous submission values appear on text inputs?
using firebug, doesn't appear that dropdown gets added dom. handled @ chrome level of browser.
if wanted style that, you'd have keep track of entered values on own. whether cookies or html5 localstorage, save, per user, values have entered , have javascript create own pre-fill list style way like.
Comments
Post a Comment