Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 565 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 565 Bytes

BizzomateOnInput

This pluggable widget creates an input textbox which can trigger an action while the user is still typing. Compared with the default Mendix TextInput this means you can act on the user nput wthout the user having to exit the field.

Typical usage scenario

Can be used to create a custom search function or live validation.

Features and limitations

  • Allows an event to be triggered while the user is still editing the input field
  • Can be used with Microflow or Nanoflow action

Dependencies

  • Build and tested using Mendix 8.7.0