opentiny / tiny-engine

TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
https://opentiny.design/tiny-engine
MIT License
1.94k stars 298 forks source link

🐛 [Bug]: TinyButtonGroup中添加数据项后,渲染错乱 #21

Closed bingge2008 closed 1 year ago

bingge2008 commented 1 year ago

Environment

Google Chrome 117.0.5938.92, window 10

Version

v16.18.0

Version

tiny-engine latest

Link to minimal reproduction

TinyButtonGroup中添加数据项后,渲染错乱:

1 2 3

Step to reproduce

希望官方解决一下

What is expected

No response

What is actually happening

No response

Any additional comments (optional)

No response

Issues-translate-bot commented 1 year ago

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: After adding data items to TinyButtonGroup, the rendering is disordered

zhatongning commented 1 year ago

看了一下,原因是编辑之后emit出了一个json,这个json没有parse直接传入了ButtonGroup。怎么改的话,代码太多了,没时间太仔细看。

Issues-translate-bot commented 1 year ago

Bot detected the issue body's language is not English, translate it automatically.


After taking a look, the reason is that after editing, a json was emitted, and this json was directly passed into the ButtonGroup without parse. As for how to change it, there are too many codes and I don’t have time to look at it carefully.

wenmine commented 1 year ago

@