PromptFieldControl API
API reference docs for the React PromptFieldControl component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import { PromptFieldControl } from '@mui/x-data-grid-premium/components';
// or
import { PromptFieldControl } from '@mui/x-data-grid-premium';Learn about the difference by reading this guide on minimizing bundle size.
Type:'button'
| 'checkbox'
| 'color'
| 'date'
| 'datetime-local'
| 'email'
| 'file'
| 'hidden'
| 'image'
| 'month'
| 'number'
| 'password'
| 'radio'
| 'range'
| 'reset'
| 'search'
| 'submit'
| 'tel'
| 'text'
| 'time'
| 'url'
| 'week'
| {}
The
ref is forwarded to the root element.Source code
If you did not find the information in this page, consider having a look at the implementation of the component for more detail.