•  
      request #35893 Lazybox selection should always be an array
    Infos
    #35893
    Thomas Gorka (tgorka)
    2024-01-31 17:09
    2024-01-30 15:29
    37479
    Details
    Lazybox selection should always be an array

    A lazybox element can be single or multiple, which means it allows users to either select one, or multiple values.

    Its selection_callback, which is executed each time a selection, or deselection occurs, takes different types of parameter depending of the type of lazybox:

    • unknown | null for single lazyboxes
    • unknown[] for multiple lazyboxes

    The goal of the refactoring is to make this callback always take an array as parameter.

    Empty
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2024-01-31
    Attachments
    Empty
    References
    Referencing request #35893

    Follow-ups