Open datatenk opened 6 months ago
Original issue is posted at: https://github.com/stla/jsTreeR/issues/32#issue-2279974750
TLDR: the radioGroupButton is losing styling when rendered through renderUI in the presence of jsTreeR.
radioGroupButton
renderUI
jsTreeR
That's probably because jsTreeR load Bootstrap 3 as dependency while page_navbar() load Bootstrap 5 and HTML markup is different between the two versions of Bootstrap for radioGroupButton().
page_navbar()
radioGroupButton()
Original issue is posted at: https://github.com/stla/jsTreeR/issues/32#issue-2279974750
TLDR: the
radioGroupButton
is losing styling when rendered throughrenderUI
in the presence ofjsTreeR
.