Skip to main content

NumberField


Example

Props

NameTypeDefault ValueRequiredDescription
namestringNo
valuenumberYes
onChange(value: number) => unknownYes
onBlur() => unknownNo
labelstringYes
issuesNonEmptyArray<Children>No
disabledbooleanNo
assistiveTextChildrenNo
autoFocusbooleanNo
hintstringNo
hintPlacement"left" | "right" | "bottom" | "top" | "left-end" | "left-start" | "right-end" | "right-start" | "bottom-end" | "bottom-start" | "top-end" | "top-start"No
placeholderstringYes
isReadOnlybooleanNo
rightAccessoryChildrenNo
kind"decimal" | "currency" | "percentage"No
currencystringYes

Related components