Skip to content

Button inside columns is not working #519

@pplonski

Description

@pplonski

Button click which is inside column doesnt trigger cell re-execution. The same might be for Tabs and Expander.

Example code:

import mercury as mr
cols = mr.Columns(2)
with cols[0]:
    btn1 = mr.Button("test 1")
with cols[1]:
    btn2 = mr.Button("test 2")
print(btn1.value, btn2.value)

Metadata

Metadata

Assignees

Labels

Mercury-Version-3New version of MercurybugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions