Multi select it doesn't work

activating the field multiselect does not insert the selection; allows the insertion of only 1 value.

PHPRad Vue 3.4

Immagine51

@Maxr167 I have confirmed this issue and it has been reported to the dev, thanks for the info.

the problem has not been solved!!!

@Maxr167 while you wait for the issue to be resolved, please use this documentation to fix your issue.
edit the page as custom by clicking on the custom checkbox, locate the fields and add the following attribute multiple counter max-values=“10” to the fields tag.
E.g
<q-select multiple counter max-values="10"></q-select>

The problem has been solved as of version 3.6

Thanks