goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.09k stars 120 forks source link

fix: set shouldEmitValueChange to true on user change event for select #304

Closed eneajaho closed 4 weeks ago

eneajaho commented 4 weeks ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

When we set the form value asynchronously the select won't respond to the first selection from the user (the form value won't be updated)

Closes #303

What is the new behavior?

Synchronously updating the form value doesn't break the initial selection from the user.

Does this PR introduce a breaking change?

Other information