Hi, I updated a project to version 5 and have stra...
# kvision
t
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
Have you cleand your project, including
.kotlin-js-store/yarn.lock
?
This is an issue with bootstrap-select-v1.14.0-beta3
That's why since KVision 5.8.1 a fork
@rjaros/bootstrap-select
is used.
If you are using KVision >= 5.8.1 it should work fine, but earlier version can be affected.
t
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.