I'm using the fr:autocomplete control for autocompletion of street names. The control itemset is filled by the returned address objects (streetname+number+zip+city) from an http service. I read in the documentation that you can bind only with a single-node value. So only the streetname can be bind to the street node.
The problem is i need to bind over values of the selected address with other nodes, such as number, zip and city, at the same time.
Can you show me please how to achieve that?