so the difference from the nocobase plugin is that this one automatically populate the input field with the url query params. it works fine for base field (text, integer…) but it doesn’t automatically load data for association field. because the v1 select component is hard coded to only load data when the user click. For example ?associationField=1 will set the id = 1 but the label will show N/A. (but the api call will work just fine).
I also tried to refactor to v2 form and allow enabling URL search params as a variable, but I gave up after wasting half a day on it.