Question
Autosuggest and cfform format="flash"
Does the Autosuggest attribute for cfinput work when the
cfform format="flash"?
I just tried it and it does not work for me. When I set the cfform format to HTML autosuggest works fine.
<cfform method="get" format="flash" skin="halogreen">
Street Name:
<cfselect name="st_type" width="55" queryposition="below" query="streetQry2"
value="STREET" display="STREET" style="font-size: 10px;">
</cfselect>
</cfform>
Is there a way to have autosuggest functionality when cfform format="flash"?
Many thanks.
alex
I just tried it and it does not work for me. When I set the cfform format to HTML autosuggest works fine.
<cfform method="get" format="flash" skin="halogreen">
Street Name:
<cfselect name="st_type" width="55" queryposition="below" query="streetQry2"
value="STREET" display="STREET" style="font-size: 10px;">
</cfselect>
</cfform>
Is there a way to have autosuggest functionality when cfform format="flash"?
Many thanks.
alex
