[CLOSED] TimeField inherits from PickerField instead of ComboBox

  1. #1

    [CLOSED] TimeField inherits from PickerField instead of ComboBox

    Hi,

    while trying to convert our Ext.Net solution from 1.3 to 2.0 we faced another undocumented change. Basically I've seen that the TimeField is now inheriting from PicketField instead of ComboBox. Checking ExtJS 4.1 API reference, I've discovered that the TimeField itself inherits from ComboBox and not PicketField.

    I've been able to discover this because we used "TypeAHead" and "ForceSelection" properties on the TimeField, and now with Ext.Net 2 it looks like this can't be done.

    It sounds like a bug, but it could be wanted for some reason. I would like to know whether this is the case or not.

    Thank you,
    Cheers
    Last edited by Daniil; Jun 26, 2012 at 9:10 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks for the report. We will look into it.
  3. #3
    It was done intended. I don't think that typeAhead is supported because it will clear MaxValue/MinValue filter
    In any way, you can use missed properties directly in markup or via CustomConfig
    <ext:TimeField TypeAhead="true" ....

Similar Threads

  1. [CLOSED] [1.1] TimeField
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 25, 2011, 9:33 PM
  2. [CLOSED] TimeField Conversion
    By capecod in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 25, 2010, 9:19 AM
  3. [CLOSED] TimeField
    By armadalabs in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 22, 2010, 2:44 PM
  4. [CLOSED] [1.0] IE6 - TimeField does not appear
    By macap in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 08, 2010, 7:28 AM
  5. [CLOSED] [0.8.3] TimeField Bug
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 05, 2010, 3:31 PM

Posting Permissions