Merge pull request #6854 from coollabsio/andrasbacsai/terminal-datalist-dropdown

feat: replace terminal dropdown with searchable datalist component
This commit is contained in:
Andras Bacsai
2025-10-12 15:15:49 +02:00
committed by GitHub
3 changed files with 136 additions and 21 deletions
+4
View File
@@ -61,6 +61,10 @@ class Index extends Component
public function updatedSelectedUuid()
{
if ($this->selected_uuid === 'default') {
// When cleared to default, do nothing (no error message)
return;
}
$this->connectToContainer();
}