Pathros
Pathros
FFilament
Created by Pathros on 6/10/2024 in #❓┊help
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?
2 replies