Disable multi select

On a form, field component ‘Dropdown select’, it is possible to disable multi select. But is this also possible with a ‘Popup select’? I need this, but I dont find this option. Or should I use another workaround?

I believe it depends on your table reference settings. If you have one-to-many relations, NocoBase allows selecting more than one record for the “-many” part. If you have one-to-one relation, it will not allow selecting more than one record.

It is a one-to-many relation within the same table, parent_id is the one side and the ‘record-id’ the many side. For example let’s say a table ‘persons’. Each person has a person_id. There is a field father_id in the same table, which has a one-to-many relation to person_id. When I edit a person, it should only be possible to add one father. And since father is on the one side, I think it is not possible to add more than one fathers. Right?

Hello!

One-to-many and many-to-many relationship fields can be set to allow multiple selections, but this is only available in version V1.

Then I wonder why they have removed this option in the new version…

The 2.0 feature is still under development and testing.

Good to hear that!