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

dependant property input #44

Open
jackyzhang69 opened this issue Oct 18, 2023 · 0 comments
Open

dependant property input #44

jackyzhang69 opened this issue Oct 18, 2023 · 0 comments

Comments

@jackyzhang69
Copy link

Feature description:
streamlit_pydantic should have capability to handle dependant property.

Problem and motivation:
Sometimes, one property is required only when another property is True, for example:
class General(BaseModel):
legal_name: str
operating_name: Optional[str]
has_lmia_approved: bool
when_lmia_approved: Optional[date]

in streamlit_pydantic, we cannot disappear when_lmia_approved if has_lmia_approved is False.

Is this something you're interested in working on?
Yes.

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

No branches or pull requests

1 participant