We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the Bootstrap Confirm dialog, it is currently possible to set the names of the Buttons (with the parameters, yesTitle, noTitle and cancelTitle):
Confirm
yesTitle
noTitle
cancelTitle
kvision/kvision-modules/kvision-bootstrap/src/jsMain/kotlin/io/kvision/modal/Confirm.kt
Line 53 in 8f2b3c9
Unfortunately, this is not possible with the Alert, because it is fixed to the hard-coded value "Ok":
Alert
kvision/kvision-modules/kvision-bootstrap/src/jsMain/kotlin/io/kvision/modal/Alert.kt
Line 80 in 8f2b3c9
It would be great if the KVision user could customize this value.
The text was updated successfully, but these errors were encountered:
Allow to customize OK button text in the Alert modal (#535)
30e838b
Fixed in 8.0.0-RC
Sorry, something went wrong.
rjaros
No branches or pull requests
For the Bootstrap
Confirm
dialog, it is currently possible to set the names of the Buttons (with the parameters,yesTitle
,noTitle
andcancelTitle
):kvision/kvision-modules/kvision-bootstrap/src/jsMain/kotlin/io/kvision/modal/Confirm.kt
Line 53 in 8f2b3c9
Unfortunately, this is not possible with the
Alert
, because it is fixed to the hard-coded value "Ok":kvision/kvision-modules/kvision-bootstrap/src/jsMain/kotlin/io/kvision/modal/Alert.kt
Line 80 in 8f2b3c9
It would be great if the KVision user could customize this value.
The text was updated successfully, but these errors were encountered: