Skip to content
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

bug(core): select valueChange output wrong type #7526

Closed
platon-rov opened this issue Jan 10, 2022 · 0 comments · Fixed by #7998
Closed

bug(core): select valueChange output wrong type #7526

platon-rov opened this issue Jan 10, 2022 · 0 comments · Fixed by #7998
Labels
bug Something isn't working core Core library specific issues

Comments

@platon-rov
Copy link
Contributor

Is this a bug, enhancement, or feature request?

Bug

Briefly describe your proposal.

Select component has any type of the value input and also has valueChange event emitter so we can have [(value)] bindings, but valueChange should have the same type as the input, but it has FdSelectChange type.

Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)

0.33.0-rc.260

If this is a bug, please provide steps for reproducing it.

Go to https://fundamental-ngx.netlify.app/#/core/select
Try to run stackblitz for any example

@platon-rov platon-rov added bug Something isn't working core Core library specific issues labels Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core library specific issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant