• enum shows multienum default values in studio

    In Pro v11.0.5 (and all preceding versions since v6) an enum field would have a single choice of default value and a multienum multiples, which makes total sense. In Ent v12.0.3 I just noticed that an enum has a multi-selection of default values.…
  • Is it possible to use an enum field with a function defined as the data provider as a trigger for another fields visibility grid?

    I have one enum field where there is no options parameter, instead, I am using a defined function. $dictionary [ 'Case' ][ 'fields' ][ 'pr_department' ][ 'name' ]= 'pr_department' ; $dictionary [ 'Case' ][ 'fields' ][ 'pr_department' ][ 'vname' ]= …
  • 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…