ziffmedia / nova-select-plus

A Laravel Nova Select Field
MIT License
91 stars 26 forks source link

Nova Select Plus on Panels and Other Controls #28

Closed spam-n-eggs closed 3 years ago

spam-n-eggs commented 3 years ago

Details

Fixes Nova-Select-Plus when it is on another control. Specifically tested with nova-dependency-container

Prerequisites

  1. Build a small nova application, with at least one model.
  2. Add a Nova Dependency Panel (epartment/nova-dependency-container) to the form and make it dependent on another property of the model.
  3. Add a Nova Select Plus component to the panel.

Steps to test changes

  1. In the application, select the control to make the container show.
  2. Observe that the Select-Plus component renders and the options are available.

Issues Addressed

25 Addresses issue where it cannot be found on another panel/component.

ralphschindler commented 3 years ago

Hi! I am going to close this issue as I think the issue is with the nova-dependency-container. I will put your work around in #25