mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
add step in Field
This commit is contained in:
@@ -68,6 +68,7 @@ class Field(BaseModel):
|
||||
ref: Optional[str]
|
||||
description: Optional[str]
|
||||
disabled: Optional[bool] = False
|
||||
step: str = 'any'
|
||||
|
||||
|
||||
class Resource(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user