Where do you write the data binding code if the text box is in a repeating panel or row in a tabulator table?
Another way to ask the same question is, Is there a row_refresh_data_binding attribute for repeating panels or refresh_data_bindings script for a specific component?
I have seen this done by creating an empty form specifically for a single component to give it, its own data binding and then insert that form as a component, but I am worried this carries a lot of unnecessary overhead (maybe it does not, that is an assumption).