EasyUI Forum
April 23, 2024, 01:02:05 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Re: ComboGrid bug in chinese in 1.5.4.1 on: February 05, 2018, 11:28:52 PM
I test in my project
Two pictures
I only modify the part in red box.
first picture the same problem,  I use the version which download on the website and use in local.
second picture  works fine.

thank you
2  General Category / Bug Report / Re: ComboGrid bug in chinese in 1.5.4.1 on: February 05, 2018, 07:34:05 PM
I use google chrome

The picture show , it can select the option , it can't auto locate the option, when I enter "唐" , it can't find '唐' area

I try the demo , so I'm sure it's ok in English

I upgraded version and I have not modified the code

thank you

my code:

$('#case_input_person,#case_search_person').combogrid({
        data: data,
        idField:'id',
        textField:'name',
        columns:[[
              {field:'name', title:'姓名'},
            ]]
   });
3  General Category / Bug Report / ComboGrid bug in chinese in 1.5.4.1 on: February 02, 2018, 01:44:40 AM
ComboGrid in 1.5.4.1
when I enter something in the box , it can automatic locate the option, it works well in English
But it can't work in Chinese , when I enter Chinese in box , it will locate the botton of all the options
I'm sure it's ok in previous version

thank you
4  General Category / Bug Report / Re: 1.5.1 BUG in TagBox required on: December 26, 2016, 03:44:50 AM
Thank you for answering my question.

I mean maybe it should be like the effect of the following attachments.
5  General Category / Bug Report / 1.5.1 BUG in TagBox required on: December 25, 2016, 05:39:50 AM
The validation 'required' doesn't work in tagbox.

<input class="easyui-tagbox" value="Apple,Orange" label="Add a tag" required style="width:100%">

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!