How to enable close on select belongsToMany Select?

I got this custom page Select element Wizard form:
<?php
Select::make('data.researchtopics')
->relationship('researchtopics','name')
->multiple()
->preload()
<?php
Select::make('data.researchtopics')
->relationship('researchtopics','name')
->multiple()
->preload()
in the wizard form, when you select a topic, the select list is still available and is hiding the "next" button of the Wizard, which causes confusion to the user. So, how do you enable a "close on select" feature?
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server