PDA

View Full Version : how to use SearchField



unicorn64
Mar 24, 2017, 11:45 AM
Hi again,
We have used ComboBox for searching on Ext.Net, based on example https://examples4.ext.net/#/Form/ComboBox/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?

fabricio.murta
Mar 24, 2017, 2:24 PM
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 (http://docs.sencha.com/extjs/6.0.2/modern/Ext.field.Search.html) (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!