Introduction

Binding Provider By Kimtoo enables you to bind your data objects/Models to a form. Binding provider provides two-way binding making it Reactive, Any Change on the control input will automatically mutate the object/model. This component enables building CRUD Forms really easy and it gradually minimizes errors.

Binding Provider works by extending the control properties. No coding is needed when binding controls, Binding provider will detect the controls automatically and bind to the relevant data.

Binding Provider can also execute Mathematical expressions and Methods within the object providing full flexibility to the user.

It handles the type conversions based on the type of the control.

Binding Provider works with all the UI Frameworks including Bunifu, Teleric...

Last updated