orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.4k stars 646 forks source link

feat: allow cascaded from Enum #2594

Open swarakaka opened 1 year ago

swarakaka commented 1 year ago
  1. If the field was cascaded with an Enum then retrieve the value from the object.
  2. Using Laravel @class and @checked directive
swarakaka commented 1 year ago

Hello @tabuna, what do you think about this PR?

Orchid currently does not support Enums. This is an example Screenshot 2023-06-10 at 13 33 03

tabuna commented 1 year ago

Can you add a simple test to make sure we don't break support in the future?