-
For example users and groups are connected with a many2many relationship. However, I cant deselect all groups (at least one is still active). The same is for the one2many relationships (for example users to adresses on your demo page) Do I miss something obvious? I can provide a minimal example, if required |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think a minimal example would be nice, but for M2M we just have HTML so using CTRL + click you can select or deselect as you want. But for the One-To-Many, I think it should be nullable and what happens is we create this select: A A So any empty one is added automatically so you can select that to deselect. |
Beta Was this translation helpful? Give feedback.
I think a minimal example would be nice, but for M2M we just have HTML so using CTRL + click you can select or deselect as you want. But for the One-To-Many, I think it should be nullable and what happens is we create this select: A A
So any empty one is added automatically so you can select that to deselect.