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

Profile - Household children - unable to pick 0 #14

Open
gkama opened this issue Nov 29, 2020 · 0 comments
Open

Profile - Household children - unable to pick 0 #14

gkama opened this issue Nov 29, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@gkama
Copy link
Member

gkama commented Nov 29, 2020

Overview

In a user's profile section, when selecting the "0 children" option on the drop down list, nothing gets picked. The value of that drop down item is "0".

The HouseholdChild (in table household_child) entity is defined as follows:

name         value
'0 children' 0
'1 child'    1
'2 children' 2
'3 children' 3
'4 children' 4
'5 children' 5
'6 children' 6

Reproduction steps

image
image

When you use the drop down list as see below:
image

and pick the "0 children" option, it doesn't show as the selected item

image

@gkama gkama added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant