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
Original issue reported on code.google.com by
rajeev.b...@gmail.com
on 15 Nov 2010 at 10:37