Function: TextField
▸ TextField<T
>(__namedParameters
): Element
Generic text field. This is one of the internal components that get mapped natively inside forms and tables to the specified properties.
Type parameters
Name | Type |
---|---|
T | extends string | number |
Parameters
Name | Type |
---|---|
__namedParameters | TextFieldProps <T > |
Returns
Element