mat-select-autocomplete icon indicating copy to clipboard operation
mat-select-autocomplete copied to clipboard

Fix so that filtered options values respects the component's [value] …

Open anaob opened this issue 5 years ago • 2 comments

Currently source hard-codes the .value property in getFilteredOptionsValues() but should reference this.value from the component's input [value]

anaob avatar Oct 22 '19 12:10 anaob

Using the npm scripts in this order:

  1. build_pkg
  2. build
  3. start

If I breakpoint the getFilteredOptionsValues function, then this is showing as a SelectedAutoCompleteComponent and this.value has the value "data".

anaob avatar Nov 29 '19 15:11 anaob

Then I probably did something wrong, and hope your merge request is accepted soon :)

HansWouters avatar Dec 02 '19 19:12 HansWouters