how to use SearchField

  1. #1

    how to use SearchField

    Hi again,
    We have used ComboBox for searching on Ext.Net, based on example https://examples4.ext.net/#/Form/Com...Custom_Search/
    But on mobile, there is no ComboBox,
    there is SearchField but it has no store, i couldnt find any searching example for SearchField.

    is anybody know anything about SearchField?
  2. #2
    Hello, @unicorn64!

    The search field is just an extension of the text input field with some "search-input-related" trimmings.

    When you are in doubt about the usage and or limits of a component, you can always refer to the original documentation from Sencha which is very well documented. Anything related to Ext.NET Mobile should go to ExtJS modern toolkit references.

    - Documentation on Ext.field.Search for ExtJS 6.0.2 (running on Ext.NET Mobile 4.1.0)

    Next version (4.2.0) is not going to include a combo box component -- remember the mobile-focused and desktop/tablet focused frameworks are not the same.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] My own component (SearchField)
    By Marcelo in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 06, 2011, 8:07 PM

Posting Permissions