• Custom Enum (dropdown) Fields and Select2 Fields

    This is a question and tutorial combined. The question is, can I do something similar to Relate inputs like Enum (dropdown) inputs? So after some scrounging around and figuring out of some custom features and extending features, I've come across the way…
  • Is it possible to modify EnumField to support deprecated values?

    Hello, I have a drop down field which id like to make one of the list values available to view on existing records, but no longer selectable when a record is edited or a new record is created. My current plan is to modify the javascript to remove any…