I set a tab to closeable but no cross shows up to ...
# kvision
j
I set a tab to closeable but no cross shows up to be able to close it?
r
It should. There is a closeable tab in the showcase example - works for me. https://rjaros.github.io/kvision-examples/showcase/#!/containers
Close icon is a font awesome icon. Perhaps you do not have
kvision-fontawesome
module included (or initialized properly).
j
Yep. I did not have fontawesome included and after adding it, it works. Thanks