litellm/ui
ryan-crabbe-berri 28c5b4cdbe fix(ui): let the per-user Internal Users edit form save sub-cent budgets
The same native step veto lived on the per-user edit form: its Max Budget
field renders through NumericalInput with step={0.01} inside an antd form
that never opted out of constraint validation, so typing 0.001 on a user
and pressing Save Changes did nothing at all; no request, no error, and the
detail view kept showing the previous budget.

The field now uses step="any" and the form carries noValidate, so antd's own
rules stay the only gate. The dead precision={2} prop went with it: it is an
antd InputNumber prop and NumericalInput renders a Tremor NumberInput, so it
only ever leaked to the DOM.
2026-07-30 19:05:46 -07:00
..
litellm-dashboard fix(ui): let the per-user Internal Users edit form save sub-cent budgets 2026-07-30 19:05:46 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00