Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add format items filter to core filters #2384

Merged
merged 6 commits into from
Dec 1, 2023

Conversation

BenSurgisonGDS
Copy link
Contributor

@BenSurgisonGDS BenSurgisonGDS commented Nov 29, 2023

Allow users to simplify entering items when the text and value are the same.

The following:

["Rubble", "Oil", "Card"] | formatItems

will return:

[
  { text: "Rubble", value: "Rubble" },
  { text: "Oil", value: "Oil" },
  { text: "Card", value: "Card" },
]

@BenSurgisonGDS BenSurgisonGDS changed the title Allow users to simplify entering items when the text and value are th… Add format items filter to core filters Nov 30, 2023
BenSurgisonGDS and others added 5 commits November 30, 2023 10:14
@BenSurgisonGDS BenSurgisonGDS merged commit e306f02 into main Dec 1, 2023
30 checks passed
@BenSurgisonGDS BenSurgisonGDS deleted the allow-users-to-simplify-items branch December 1, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants