Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

disable enum sorting #330

Description

@kufii

Version

3.2.29

Expected behaviour

the enum will be in the order of the array i use

Actual behaviour

it re-orders my enum

Steps to reproduce

My code for my enum:

t.enums.of(['0', '1/8', '1/4', '1/2', '1', '2', '3', '4', '5', '6'], 'ChallengeRating')

that's the order I want it to show in but it instead shows in this order

['0', '1', '2', '3', '4', '5', '6', '1/8', '1/4', '1/2',]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions