You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2022. It is now read-only.
I faced not exactly this problem, but that I am not able to depend on selected value with NovaDependencyContainer (probably because on the input there is no id set. Hope it will be fixed
Steps to reproduce:
Create migration:
Schema::create('test_subjects', function (Blueprint$table) {
$table->bigIncrements('id');
$table->string('name', 128);
});