"primeng": "^1.0.0-beta.15-16" DropdownModule problem

UI Components for Angular
Post Reply
st-clair-clarke
Posts: 28
Joined: 18 Sep 2016, 10:35

26 Sep 2016, 05:25

Hi,

I have the following:

.html

Code: Select all

  <p-dropdown
      required
      [options] = 'titles'
      editable = 'editable'
      [(ngModel)] = 'titleSelected'
      formControlName = 'title'
      [filter] = 'true'
      [style] = "{width: '110px'}">
  </p-dropdown>
When editable is present, any item selected is not displayed in the input. However, the selection is propagated correctly to the titleSelected binding.

It is the same error that is present on your demo page at http://www.primefaces.org/primeng/#/dropdown where an editable dropdown is attempted. I found the issue in "primeng": "^1.0.0-beta.15", upgraded to "primeng": "^1.0.0-beta.16", but the problem persists.

Is this the expected behaviour?

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

26 Sep 2016, 13:06

Please create a github issue and we'll review.

st-clair-clarke
Posts: 28
Joined: 18 Sep 2016, 10:35

29 Oct 2016, 13:22

I have posted the issue on github for sometime now without any reply as promised. The problem still persist in primeng beta 20.

Github https://github.com/primefaces/primeng/issues/1086

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests