Skip to content

Commit 755d0e5

Browse files
committed
Button: changing option text to showLabel to avoid confusion
Fixes #8203
1 parent 2875e6c commit 755d0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $.widget( "ui.button", {
2828
defaultElement: "<button>",
2929
options: {
3030
disabled: null,
31-
text: true,
31+
showLabel: true,
3232
label: null,
3333
icon: null,
3434
iconPosition: "begining"

0 commit comments

Comments
 (0)