-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: ui.labeled_value #1029
base: main
Are you sure you want to change the base?
feat: ui.labeled_value #1029
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an e2e test as well
def labeled_value( | ||
value: str | List[str] | int | None = None, | ||
label: Element | None = None, | ||
# format_options: TODO Add date formatting options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow up ticket for this? Or do you plan to commit before merging?
At the least you should include number format options right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was planning to have a follow-up ticket for it, I can add the number format options right now.
Closes #938 and Closes #869
Additional Notes: