Native Autosearch
Content Type: Widget
Categories: Mobile
Overview
Mendix Native textbox with an onchange event for searching values when user input is detected
Documentation
React Native autosearch
Description
This widget can be used to trigger a nanoflow when a user types in the text area.
Typical usage scenario
Automatically search when user types in a search value.
Features and limitations
Features:
- Textbox with an onchange action. When user types, you can trigger anything you want.
Limitations:
- Styling needs to be done with custom work done by a frontender.
- Let me know!
Dependencies
- Mendix 8.15.0 and higher
Installation
Download the widget from the marketplace and place on a native page
Configuration
Have a context object, which can be refreshed when typing. A listview responding to this object can then be refreshed for automatic searching. The context object needs to have a string value to be used as search value. Please see screenshots for a sample config.
Bugs
None, please report bugs to Github.
Releases
Version: 1.0.0
Framework Version: 8.15.0
Release Notes: Initial release