Hi, I updated a project to version 5 and have strange issue with bootstrap select input. It shows the selected value twice
options(list of string pairs)
Copy code
1 = One
2 = Two
results in this in DOM
Copy code
<div ...>OneOne</div>
r
Robert Jaros
09/06/2022, 8:22 AM
Have you cleand your project, including
.kotlin-js-store/yarn.lock
?
Robert Jaros
09/06/2022, 8:23 AM
This is an issue with bootstrap-select-v1.14.0-beta3
Robert Jaros
09/06/2022, 8:24 AM
That's why since KVision 5.8.1 a fork
@rjaros/bootstrap-select
is used.
Robert Jaros
09/06/2022, 8:25 AM
If you are using KVision >= 5.8.1 it should work fine, but earlier version can be affected.
t
Tomas Kormanak
09/06/2022, 8:27 AM
Thank you
I am not yet at the latest version (currently 5.2.0). I'll leave it for now and check it when I am on the latest.