mat-select-autocomplete
mat-select-autocomplete copied to clipboard
Fix so that filtered options values respects the component's [value] …
Currently source hard-codes the .value property in getFilteredOptionsValues() but should reference this.value from the component's input [value]
Using the npm scripts in this order:
- build_pkg
- build
- start
If I breakpoint the getFilteredOptionsValues
function, then this
is showing as a SelectedAutoCompleteComponent
and this.value
has the value "data".
Then I probably did something wrong, and hope your merge request is accepted soon :)