-
DriverJs settings are not applied, methods do not work: NextBtnText, PrevBtnText, DoneBtnText <DriverJs @ref="_guidePopoverStyle" Config="_configPopoverStyle">
<DriverJsStep Selector="#test_driver">
<DriverJsPopover Title="Test title" Description="Test text" Side="bottom" Align="center"></DriverJsPopover>
</DriverJsStep>
</DriverJs> private DriverJsConfig _configPopoverStyle = new DriverJsConfig()
{
PopoverClass = "driverjs-theme",
ShowButtons = ["next", "previous"],
NextBtnText = "More",
PrevBtnText = "Prev",
DoneBtnText = "Go!",
Animate = true
}; |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Feb 2, 2025
Replies: 1 comment 1 reply
-
@Koreets61 hi. I think this is a bug in Driver.js ![]() the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Koreets61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Koreets61 hi. I think this is a bug in Driver.js
the
a('nextBtnText')
result is correct. But it uses the variable v, which is wrong.