SAP / ui5-webcomponents-ngx

UI5 Web Components for Angular provides directives for each UI5 Web Component. The directives allow to easily build your Angular application following the SAP Design System.
https://ui5-webcomponents-ngx.netlify.app/
Apache License 2.0
23 stars 4 forks source link

Date pickers can't select date #129

Closed InnaAtanasova closed 2 weeks ago

InnaAtanasova commented 2 weeks ago

The date selection is not working for

ilhan007 commented 2 weeks ago

Hi Inna, yes, I noticed the same in the currently deployed story book https://ui5-webcomponents-ngx.netlify.app/?path=/docs/ui5-web-components-main-datepicker--docs And, it's not only for the date-* components, but for all form associated components.

It's a ngx wrapper specific issue. If you open the console you will see runtime exception ctx._cva.onChange is not a function.

The issue will be resolved with the PR (opened few days ago), which is upgrading the underlying UI5 Web Components version + fixing this wrapper specific issue.