jamie-pate / godot-control-data-binds

Data binding and templating for godot control ui
MIT License
19 stars 1 forks source link

BindItems expressions cannot include dot or callable expressions #7

Closed jamie-pate closed 2 days ago

jamie-pate commented 2 days ago

E.G. if you create a BindItem you should be able to set item_text = x.y() to bind the text for each item to the y method of the x property of each item in the array