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

fix: number field format options #827

Merged
merged 8 commits into from
Oct 15, 2024

Conversation

ethanalvizo
Copy link
Contributor

@ethanalvizo ethanalvizo commented Sep 13, 2024

Closes #695

@ethanalvizo ethanalvizo self-assigned this Sep 13, 2024
Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, I could have sworn this wasn't working but indeed you can input a decimal. I should have included more details in the issue when I filed it.

In any case, we should still add these formatting options, to explicitly show the decimal, or to restrict to only an integer, etc.

plugins/ui/src/deephaven/ui/components/number_field.py Outdated Show resolved Hide resolved
@ethanalvizo ethanalvizo changed the title WIP: Number field fix: number field options type Oct 11, 2024
@ethanalvizo ethanalvizo requested review from a team and jnumainville and removed request for a team October 11, 2024 04:45
@ethanalvizo ethanalvizo marked this pull request as ready for review October 11, 2024 04:50
@ethanalvizo ethanalvizo changed the title fix: number field options type fix: number field format options Oct 11, 2024
@ethanalvizo ethanalvizo mentioned this pull request Oct 11, 2024
@ethanalvizo ethanalvizo merged commit 317e80b into deephaven:main Oct 15, 2024
16 checks passed
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.

ui.number_field should allow for decimal type inputs
3 participants