- Describe the bug
I have a public form where I have employee data that will be called. The employee data used are employee ID (NIP) and employee name, and the primary key is the NIP. When the NIP is entered, the employee name will automatically appear. I have set the scope of the employee dropdown list data to be data corresponding to the NIP entered in the NIP column.
However, when the NIP is entered, the data that appears in the dropdown list is N/A. It should be that if nothing is found, no data will appear (null). If there is a matching data, the name should appear automatically. Please help me with the solution.
-
Environment
NocoBase version: v1.9.25
Database type and version: Postgres 16
OS: windows
Deployment Methods: docker desktop
Docker image version: latest -
Expected




