File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Custom javascript functions must be wrapped into the JsCode class (see [Advanced
150
150
151
151
- ** always_show_buttons** : Show buttons (create rule, etc.) even when they are not hovered
152
152
153
- Default: False
153
+ Default: True
154
154
155
155
156
156
- ** key** : Fixed identity if you want to change its arguments over time and not have it be re-created.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def condition_tree(config: dict,
104
104
tree : dict = None ,
105
105
min_height : int = 400 ,
106
106
placeholder : str = '' ,
107
- always_show_buttons : bool = False ,
107
+ always_show_buttons : bool = True ,
108
108
key : str = None ,
109
109
):
110
110
"""Create a new instance of condition_tree.
@@ -128,7 +128,7 @@ def condition_tree(config: dict,
128
128
placeholder: str
129
129
Text displayed when the condition tree is empty
130
130
Default: empty
131
- always_show_buttons: false
131
+ always_show_buttons: boolean
132
132
If false, buttons (add rule, etc.) will be shown only on hover
133
133
Default: true
134
134
key: str or None
You can’t perform that action at this time.
0 commit comments