FastUI
FastUI copied to clipboard
ModelForm float fields are forced to take values +/- 1 from the current value
The field is defined as: weight_kg_per_kpcs: float | None = Field(None, ge=0.0)
Is this a bug or I am not doing the right thing? Any workarounds are highly appreciated!
step being 1 is ok as long as float numbers are not rejected because of the step size.