[OPEN] [#1376] [3.3.0] ComboBox TypeAhead Search In-Case Sensitive

  1. #1

    [OPEN] [#1376] [3.3.0] ComboBox TypeAhead Search In-Case Sensitive

    Dears,

    I want to enable TypeAhead search in ComboBox in-case sensitive, but it always accept search as case sensitive in spite of setting the property CaseSensitive="false":

    <ext:ComboBox EnableRegEx="true" CaseSensitive="false" QueryMode="local" AllowBlank="false" TypeAhead="true"  MinWidth="100" PaddingSpec="0 15 0 5" ID="ddlEditInvoiceCertificateType" ClientIDMode="Static" runat="server" >
    	<SelectedItems>
    		<ext:ListItem Value="Invoice"  Text="Invoice"  />
    	</SelectedItems>
    	<Items>
    		<ext:ListItem  Text="Invoice" Value="Invoice"></ext:ListItem>
    		<ext:ListItem  Text="Certificate" Value="Certificate"></ext:ListItem>
    		<ext:ListItem  Text="Both" Value="Both"></ext:ListItem>
    	</Items>                                                                                                                          
    </ext:ComboBox>
    What I'm doing wrong?

    Regards,
    Ali Alaswad
  2. #2
    Hello!

    Regex search uses specialized pattern search and is conflicting with CaseSensitive="false" (it is always insensitive).

    By chance, we found this logged in Sencha already, so we opened an issue to track this defect. In the same Sencha Issue thread there's an override to use if you really want to combine regex + case insensitive search in combo box's type ahead functionality.

    We have logged it in our issues tracking site under #1376.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    The issue duplicates #320.

Similar Threads

  1. [CLOSED] Combobox and Case Sensitive Search + EnableRegEx
    By Zdenek in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 22, 2015, 3:20 PM
  2. [OPEN] [#320] RegEx Case sensitive
    By farallones in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 08, 2013, 6:04 AM
  3. [CLOSED] Resourcemanager.Locale is case sensitive
    By betamax in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 13, 2012, 12:38 PM
  4. [CLOSED] Need ability to search combobox items by lower case or upper case
    By wisdomchuck in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 23, 2012, 1:40 PM
  5. grid sorting case sensitive?
    By [WP]joju in forum 1.x Help
    Replies: 2
    Last Post: Sep 22, 2009, 6:15 AM

Posting Permissions