Skip to content

Commit

Permalink
Expose more bio options
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Oct 13, 2023
1 parent 923f844 commit 14ea4d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/option-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ const newCheckChipValues = (
const genders = [
'Man',
'Woman',
'Agender',
'Intersex',
'Non-binary',
'Transgender',
Expand Down Expand Up @@ -278,10 +279,12 @@ const orientationOptionGroup: OptionGroup<OptionGroupButtons> = {
values: [
'Straight',
'Gay',
'Lesbian',
'Bisexual',
'Asexual',
'Demisexual',
'Pansexual',
'Queer',
'Other',
],
submit: async function(orientation: string) {
Expand Down Expand Up @@ -503,6 +506,7 @@ const basicsOptionGroups: OptionGroup<OptionGroupInputs>[] = [
'Hindu',
'Jewish',
'Muslim',
'Zoroastrian',
'Other',
],
submit: async function(religion: string) {
Expand Down

0 comments on commit 14ea4d5

Please sign in to comment.