Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6046699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:16:11+00:00 2026-05-23T07:16:11+00:00

I am using extjs combobox for a sex field. It have two value M

  • 0

I am using extjs combobox for a sex field. It have two value “M” and “F”. I want to make it usable with keyboard:

 {
     xtype: 'combo',
     typeAhead: true,
     queryMode: 'local',
     minChars: 1,
     triggerAction: 'all',
     store: [
          ['M', 'M'],
          ['F', 'F']
     ]
 }

This works if I type “Ftab” (uppercase), but not “ftab” (lowercase). If I check the code to this, the typeahead works:

 store: [
     ['M', 'Male'],
     ['F', 'Female']
 ]

Any ways to keep the value as “M” and have lowercase works?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:16:11+00:00Added an answer on May 23, 2026 at 7:16 am

    not sure if you figured this one out, but I had a similar problem and found the solution:

    enableKeyEvents : true,
    forceSelection : true,
    typeAhead : false,
        listeners : 
        {
            'keyup' : function(me)
            {
                var val = me.getRawValue();
                if(val == 'm' || val == 'f')
                    me.setValue(val.toUpperCase());
            }
        }
    

    I also had a grid that was giving me grief for a simple yes/no type selection in a combobox. I have searched high and low for an answer, but came up with this hack.

    Hope it helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have ExtJS Grid. And I am using Roweditor plugin with combobox. When I
I am using ExtJS 3.4 . I have a structure with data for combobox
I have an ExtJs combobox. Its store loaded using JSON (using MyStore class below).
I am using ExtJs virtual keyboard Ref: http://efattal.fr/extjs-dev/examples/virtualkeyboard I want to fire an ajax
ExtJS: How to submit both: combobox value and text using standardSubmit?
I have two dependent combo-boxes and the value of second one is populated after
I'm using ExtJS 2.2.1 In my web app, I used to have a TreePanel
I'm using ExtJS on a registration page which should have no effect on this.
I am using the ExtJS framework and I have the following handler that is
How do you implement a multiselect combobox as part of a Ext.FormPanel using ExtJs?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.