Create a widget for editing an amount and its unit of measurement.

Review Request #13051 — Created May 19, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

Create a widget for editing an amount and its unit of measurement. This can be
used for setting an integer amount that can be described in a set of units,
for example a number of days, weeks, months, years, or a number of bytes,
kilobytes, megabytes, etc. The widget has a number input and a dropdown select
which contains the units to choose from.

  • Ran unit tests.
  • Tested with the upcoming client web-based logon change for Review Board
    that uses the widget.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Create a widget for editing an amount and its unit of measurement.
a140809381d35860f67214746e08289707f6a6e9 Michelle Aubin
djblets/forms/widgets.py
djblets/forms/templates/djblets_forms/amount_selector_widget.html
djblets/forms/tests/test_amount_selector_widget.py
Loading...