Skip to content

Unexpected behavior with bindable dataclass and input inside a dialog #4860

Answered by falkoschindler
benvc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @benvc,

Unfortunately this is a known bug which we still don't know how to solve: #2149
As a workaround you can set LOOPBACK = True:

input_ = ui.input(label='Text').bind_value(data, 'text')
input_.LOOPBACK = True

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by benvc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants