Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
82 stars 11 forks source link

fx-group/@ref binding on fetched data #185

Closed JoernT closed 1 year ago

JoernT commented 1 year ago

Discussed in https://github.com/Jinntec/Fore/discussions/147

Originally posted by **timathom** June 27, 2022 I need to retrieve data from a submission. When I try to bind the fetched data using `fx-group/@ref`, an error is thrown in the console ([log output](https://github.com/Jinntec/Fore/files/8993050/localhost-1656341551329.log)). No error is thrown when binding to `fx-output/@ref`. The data is still displayed, but what is causing the error? Example ``` ``` Instance data (test.xml) ``` Morrison, Tony, 1953- ```
JoernT commented 1 year ago

tested with latest and is fixed by now.