dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

using with <sj:autocompleter gives first value as blank value #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using ufd with <sj:autocompleter gives by default first value as blank.
<link rel="stylesheet" type="text/css" href="/ufd/css/ufd-base.css" />
<link rel="stylesheet" type="text/css" href="/ufd/css/plain/plain.css" />
<script language="JavaScript" type="text/javascript" 
src="/ufd/js/jquery.ui.ufd.js"></script>
<!-- Declaration for fields to use UFD -->
<script type="text/javascript" >
    jQuery.noConflict();
    jQuery(document).ready(function(){
      jQuery('.ddcombo').ufd({infix:false});
    });
2. With 'ddcombo' class combo box gives first value as blank. 

What is the expected output? What do you see instead?
"" ( blank ) value shouldn't come by default.

What version of the product are you using? On what operating system?
UFD 0.6 with window xp. Jquery-struts2.jar 2.4.1

Original issue reported on code.google.com by rajeev.b...@gmail.com on 15 Nov 2010 at 10:37

GoogleCodeExporter commented 9 years ago
Can you show the markup for the select box please, e.g. 

<select class="ddcombo" ...

Original comment by thetoolman on 12 Jun 2011 at 10:35