UVASOMIT / metron

JavaScript convenience library and framework written in TypeScript.
MIT License
6 stars 7 forks source link

For filter elements without a data-m-binding attribute, create a way to specify that changing the value should post back to the web service #97

Closed szul closed 6 years ago

szul commented 7 years ago

For example, an Active/InActive filter where the values were written out in HTML, but the selection of one of those values filters the listing should execute the callListing() method without having to write a custom change event.

szul commented 6 years ago

Added data-m-action for onchange events outside of lists an forms.