Feature: render new options after save
Case: state machine. Display on select only possible transitions.
After update value return to frontend new array of possible transitions.
@4n70w4 Thank you for the suggestion. At this point we don't have any plans adding the dynamic functionality you are describing.
That being said, if you have a good way of handling this, please issue a PR with the code.
I have no idea how to do this. Currently used default Nova controller. This can greatly complicate the implementation.
Alternatively, may be create a separate endpoint for this package that will save data and return a new options list.
This will also solve the problem of selflessly adding the sometimes rule to many fields.
Separate endpoint for saving will also solve my other problem with(). https://github.com/kirschbaum-development/nova-inline-select/issues/24