DropDown component don't refresh on select
Posted: 26 Oct 2020, 11:38
Hello,
I've experienced it in my project, but the issue can be reproduced in the showcase too:
https://primefaces.org/primevue/showcase/#/dropdown
1. Visit the link above.
2. Use Basic select, just select different values for 8-10 times.
3. Select other pages from the menu on the left / or visit other pages in different browser tab
4. Get back to Dropdown in the menu
5. Use Basic select, just select different values for 8-10 times.
Experienced:
The component visible not show the actual value, it is freezed to the placeholder or one of the values.
In the background, the data declared in v-model receives the selected value.
Sometimes it works flawlessly, but sometimes this freeze happens - but in my project its constatly reproducable, in short time, that freezing issue comes up.
As you can see in the picture below, Rome was selected last time, but Istanbul is in the field:
https://ibb.co/smKrymX
Expected:
Do not freeze, show the value in the component always.
I've experienced it in my project, but the issue can be reproduced in the showcase too:
https://primefaces.org/primevue/showcase/#/dropdown
1. Visit the link above.
2. Use Basic select, just select different values for 8-10 times.
3. Select other pages from the menu on the left / or visit other pages in different browser tab
4. Get back to Dropdown in the menu
5. Use Basic select, just select different values for 8-10 times.
Experienced:
The component visible not show the actual value, it is freezed to the placeholder or one of the values.
In the background, the data declared in v-model receives the selected value.
Sometimes it works flawlessly, but sometimes this freeze happens - but in my project its constatly reproducable, in short time, that freezing issue comes up.

As you can see in the picture below, Rome was selected last time, but Istanbul is in the field:
https://ibb.co/smKrymX
Expected:
Do not freeze, show the value in the component always.