mui / toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
964 stars 243 forks source link

Updating a textBox from onClick button event seems to have stopped working #1941

Closed prakhargupta1 closed 1 year ago

prakhargupta1 commented 1 year ago

Duplicates

Latest version

Steps to reproduce 🕹

No response

Current behavior 😯

https://user-images.githubusercontent.com/92228082/234763557-1e7ac97f-0c6e-4224-ba75-c640d90949b0.mov

Expected behavior 🤔

No response

Context 🔦

No response

Your environment 🌎

Toolpad v7

Janpot commented 1 year ago
Screenshot 2023-04-27 at 09 17 32

From the video it looks like the text.value is already bound to something. So whatever you set it at on the button click, the binding will always reset it.

prakhargupta1 commented 1 year ago

I have removed the binding, but it is still not working.

https://user-images.githubusercontent.com/92228082/234806693-f6e914a1-11e7-4ee7-8c8a-1e967e7534a0.mov

Janpot commented 1 year ago

Can you share a full reproduction? I can't reproduce, and we have an integration test covering this feature.

prakhargupta1 commented 1 year ago

It is working now, when I am doing everything same as shown in the video. Closing it.