docs: field types
This commit is contained in:
@@ -69,6 +69,7 @@ export interface FieldBase {
|
||||
export type NumberField = FieldBase & {
|
||||
type: 'number';
|
||||
admin?: Admin & {
|
||||
autoComplete?: string
|
||||
placeholder?: string
|
||||
step?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user