laravel / nova-issues

556 stars 34 forks source link

DependsOn : setValue doesn't emit change #5691

Closed Keko-94 closed 1 year ago

Keko-94 commented 1 year ago

Description:

Formdata in dependsOn keeps the old value while I unsetted it : $field->setValue(null) Works if I unset it manually through the select

Detailed steps to reproduce the issue on a fresh Nova installation:

  1. Make migration
  2. Go to the users resource => Create user
  3. Tick "Collective" checkbox
  4. Create a group, Training should appear
  5. Untick "Collective" checkbox, Training still appears
github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.