Dear jQWidgets Team
We are using your components (TextInput, DateTime, Editor, Combobox) in our application by using Angular Reactive Forms. The FormGroup or FormControl is only updated after submitting the form. According to the Angular Forms API it should be updated on every keystroke (or selecting a value by keyboard, change event). Did you implement it by using updateOn submit (Angular 5 feautre)? Or how can I get the FormControl value directly after changing its value? Do I have to create a custom form control and wrap your components?
Thank you in advanced.
Regards