Mendix Native textbox with an onchange event for searching values when user input is detected
Find a file
2022-05-14 12:55:02 +02:00
dist Added onfocus, fixed autosearch clearing itself on widget reload 2022-05-14 12:55:02 +02:00
src Added onfocus, fixed autosearch clearing itself on widget reload 2022-05-14 12:55:02 +02:00
typings Added onfocus, fixed autosearch clearing itself on widget reload 2022-05-14 12:55:02 +02:00
.gitignore Update .gitignore, incentro.Autosearch.mpk, and 3 more files... 2022-04-08 17:09:52 +02:00
LICENSE Initial commit 2020-10-29 14:48:59 +01:00
package-lock.json Initial commit 2020-10-29 14:48:59 +01:00
package.json Initial commit 2020-10-29 14:48:59 +01:00
prettier.config.js Initial commit 2020-10-29 14:48:59 +01:00
README.md Update README.md 2020-12-21 09:32:54 +01:00
tsconfig.json Initial commit 2020-10-29 14:48:59 +01:00

Autosearch

Mendix Native textbox with an onchange event for searching values when user input is detected

Usage

For development:

  • Create customwidgets folder in root of project directory
  • Git clone this repo into customwidgets folder
  • Open command prompt in cloned folder
  • npm i
  • npm run dev / npm run build

Widget can now be used inside Mendix.

For plain usage:

  • Copy MPK file in releases to widgets directory.

Demo project

Not available yet.

Issues, suggestions and feature requests

https://github.com/IncentroBA/autosearch/issues

Development and contribution

Bart Onstee