-
Notifications
You must be signed in to change notification settings - Fork 273
Ui5 Select #1517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The problem is that these two controls are not yet implemented to support two way data binding in Angular. PS: In order to use any UI5 Web Component with reactive forms, you don't need to import |
Ok, thanks a lot for the help |
Will implement them as soon as possible |
Hi @camilo2312, As you can see the two way data binding for the select is implemented. Moreover, a quick update with regards to the checkbox: the component currently supports two way data binding with one bug: if the initial state of the checkbox is checked, it won't be applied. In the latest PR I have proposed a solution, but we are going to discus it internally before we merge it. |
Now after both PR are merged I am closing the issue |
Hello everyone
The use of inputs, text area, DatePicker works properly my Reactive Forms, but the ui-select and checbox do not, since I try to capture the valueChanges of my reactive forms and it does not work
The documentation tells me to import the following import '@ ui5 / webcomponents / dist / features / InputElementsFormSupport.js';
I do it but it still doesn't work
I need to import something or I can't capture the values of my select or checkbox that way
Thank you very much for the help
The text was updated successfully, but these errors were encountered: